Skip to content

Commit 81f70c1

Browse files
committed
chore: update to GNOME platform 48
1 parent 6b213ab commit 81f70c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Update pypi packages (@MightyCreak)
1717
- Add pre-commit git hooks to run linters (@MightyCreak)
1818
- Docs: improve devs setup structure (@MightyCreak)
19+
- Update to flatpak's GNOME runtime 48 (@MightyCreak)
1920

2021
### Fixed
2122

2223
- Docs: fix incorrect flatpak command to install runtime SDK (@MightyCreak)
23-
- Update to flatpak's GNOME runtime 46 (@MightyCreak)
2424
- Update GitHub actions: use Ubuntu 24.04, Python 3.9 and new Flatpak image (@MightyCreak)
2525

2626
## 0.9.0 - 2024-01-13

docs/developers/developers-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ git config --local core.hooksPath ./.githooks
8181
To build, test and install Diffuse locally:
8282

8383
```sh
84-
flatpak install runtime/org.gnome.Sdk/$(uname -m)/46
84+
flatpak install runtime/org.gnome.Sdk/$(uname -m)/48
8585
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8686
```
8787

io.github.mightycreak.Diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.mightycreak.Diffuse
22
runtime: org.gnome.Platform
3-
runtime-version: '46'
3+
runtime-version: '48'
44
sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:

0 commit comments

Comments
 (0)