Skip to content

Commit 1a1907b

Browse files
authored
Merge pull request #148 from MightyCreak/upgrade-to-gnome-sdk-42
Upgrade Flatpak GNOME's runtime to 42
2 parents da46838 + 8eba1da commit 1a1907b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
- Better messages when an error occurs while parsing the config file
2626
- Start converting the code to static types
2727
- Add more information about the dependencies in the documentation
28+
- Upgrade Flatpak GNOME's runtime to 42
2829

2930
### Fixed
3031
- Removed the lasting lint errors (i.e. in main.py)

docs/developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pip install -r requirements.dev.txt
5555
To install Diffuse locally:
5656

5757
```sh
58-
flatpak install runtime/org.gnome.Sdk/$(uname -p)/41
58+
flatpak install runtime/org.gnome.Sdk/$(uname -p)/42
5959
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
6060
```
6161

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: '41'
3+
runtime-version: '42'
44
sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:

0 commit comments

Comments
 (0)