Skip to content

Commit

Permalink
build(release): bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Dec 4, 2023
1 parent 7217f07 commit 6458131
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions data/io.github.diegopvlk.Dosage.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
</screenshots>

<releases>
<release version="1.4.4" date="2023-12-04">
<description translatable="no">
<ul>
<li>Fixed an issue with suspension</li>
</ul>
</description>
</release>
<release version="1.4.3" date="2023-12-03">
<description translatable="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('dosage',
version: '1.4.3',
version: '1.4.4',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ parts:
plugin: meson
# source: snap/local/Dosage
source: https://github.com/diegopvlk/Dosage.git
source-tag: 'v1.4.3'
source-tag: 'v1.4.4'
build-environment:
- PYTHONPATH: $CRAFT_STAGE/usr/lib/python3/dist-packages:$PYTHONPATH
- GI_TYPELIB_PATH: /snap/gnome-42-2204-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/girepository-1.0:/snap/gnome-42-2204-sdk/current/usr/lib/girepository-1.0
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const DosageApplication = GObject.registerClass(
application_icon: 'io.github.diegopvlk.Dosage',
developer_name: 'Diego Povliuk',
developers: ['Diego Povliuk'],
version: '1.4.3',
version: '1.4.4',
issue_url: 'https://github.com/diegopvlk/Dosage/issues',
license_type: Gtk.License.GPL_3_0_ONLY,
copyright: '© 2023 Diego Povliuk',
Expand Down
2 changes: 1 addition & 1 deletion src/releaseNotes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6458131

Please sign in to comment.