diff options
author | Ricky Kresslein <ricky@unobserved.io> | 2024-04-30 12:36:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 12:36:15 +0200 |
commit | 920227c1896a6f097fd9191b1a1a61022228a2a5 (patch) | |
tree | a8108ea9abf02c390513864e9c16eda2e646352d /build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | |
parent | 7bf41beaecf31d2cb7e23ddedfedc1a6e98a0776 (diff) | |
parent | fe07a7e6299c6a649441176d0ceab8862f2295f2 (diff) | |
download | Furtherance-920227c1896a6f097fd9191b1a1a61022228a2a5.tar.zst |
Merge pull request #141 from eugenescodes/update_gnome_runtime_to_46
Update GNOME runtime to 46
Diffstat (limited to 'build-aux/flatpak/com.lakoliu.Furtherance.Devel.json')
-rw-r--r-- | build-aux/flatpak/com.lakoliu.Furtherance.Devel.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json index 691c246..8347dcc 100644 --- a/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json +++ b/build-aux/flatpak/com.lakoliu.Furtherance.Devel.json @@ -1,7 +1,7 @@ { "app-id" : "com.lakoliu.Furtherance.Devel", "runtime" : "org.gnome.Platform", - "runtime-version" : "45", + "runtime-version" : "46", "sdk" : "org.gnome.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.rust-stable" |