Skip to content

Commit

Permalink
build(release): bump version to 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Dec 19, 2023
1 parent 0d26aac commit 18f8ac0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 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 @@ -65,6 +65,13 @@
</screenshots>

<releases>
<release version="1.4.7" date="2023-12-19">
<description translatable="no">
<ul>
<li>Added Portuguese (Portugal) translation</li>
</ul>
</description>
</release>
<release version="1.4.6" date="2023-12-08">
<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.6',
version: '1.4.7',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ fi
it
nb_NO
nl
pt
pt_BR
ru
sv
tr
uk
pt
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.6'
source-tag: 'v1.4.7'
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.6',
version: '1.4.7',
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 18f8ac0

Please sign in to comment.