Skip to content

Commit 8eba1da

Browse files
committed
Upgrade Flatpak GNOME's runtime to 42
1 parent 2231b79 commit 8eba1da

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
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- Better messages when an error occurs while parsing the config file
2525
- Start converting the code to static types
2626
- Add more information about the dependencies in the documentation
27+
- Upgrade Flatpak GNOME's runtime to 42
2728

2829
### Fixed
2930
- 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)