Skip to content

Commit

Permalink
build(release): bump version to 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Dec 5, 2024
1 parent 7ddbcb0 commit 37fe8af
Show file tree
Hide file tree
Showing 5 changed files with 12 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 @@ -64,6 +64,13 @@
</screenshots>

<releases>
<release version="1.7.5" date="2024-12-05">
<description translate="no">
<ul>
<li>Minor improvement to save treatment with ctrl/shift + enter</li>
</ul>
</description>
</release>
<release version="1.7.4" date="2024-11-13">
<description translate="no">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'dosage',
version: '1.7.4',
version: '1.7.5',
meson_version: '>= 0.62.0',
default_options: [
'warning_level=2',
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parts:
dosage-tracker:
plugin: meson
source: https://github.com/diegopvlk/Dosage.git
source-tag: "v1.7.4"
source-tag: "v1.7.5"
build-environment:
- GI_TYPELIB_PATH: $SNAP/gnome-platform/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/gjs/girepository-1.0:$GI_TYPELIB_PATH
meson-parameters:
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const DosageApplication = GObject.registerClass(
application_icon: 'io.github.diegopvlk.Dosage',
developer_name: 'Diego Povliuk',
developers: ['Diego Povliuk'],
version: '1.7.4',
version: '1.7.5',
issue_url: 'https://github.com/diegopvlk/Dosage/issues',
license_type: Gtk.License.GPL_3_0_ONLY,
copyright: '© 2023 Diego Povliuk',
Expand Down
3 changes: 2 additions & 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 37fe8af

Please sign in to comment.