Skip to content

Commit

Permalink
build(release): bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Nov 25, 2023
1 parent 092884b commit e377340
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 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,14 @@
</screenshots>

<releases>
<release version="1.3.0" date="2023-11-26">
<description translatable="no">
<ul>
<li>New feature: track missed items, when forgetting to confirm/skip the treatment will go to history as missed</li>
<li>UI changes, improvements and fixes</li>
</ul>
</description>
</release>
<release version="1.2.1" date="2023-11-17">
<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.2.1',
version: '1.3.0',
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.2.1'
source-tag: 'v1.3.0'
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 @@ -128,7 +128,7 @@ export const DosageApplication = GObject.registerClass(
application_name: _('Dosage'),
application_icon: 'io.github.diegopvlk.Dosage',
developer_name: 'Diego Povliuk',
version: '1.2.1',
version: '1.3.0',
issue_url: 'https://github.com/diegopvlk/Dosage/issues',
license_type: Gtk.License.GPL_3_0_ONLY,
copyright: '© 2023 Diego Povliuk',
Expand Down

0 comments on commit e377340

Please sign in to comment.