Skip to content

Commit

Permalink
build(release): bump version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Jul 29, 2024
1 parent 30463bc commit bd591cd
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 @@ -64,6 +64,13 @@
</screenshots>

<releases>
<release version="1.6.5" date="2024-07-29">
<description translate="no">
<ul>
<li>Added Persian translation</li>
</ul>
</description>
</release>
<release version="1.6.4" date="2024-07-26">
<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.6.4',
version: '1.6.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 @@ -18,7 +18,7 @@ parts:
plugin: meson
# source: snap/local/Dosage
source: https://github.com/diegopvlk/Dosage.git
source-tag: "v1.6.4"
source-tag: "v1.6.5"
build-environment:
- PYTHONPATH: $CRAFT_STAGE/usr/lib/python3/dist-packages:$PYTHONPATH
- GI_TYPELIB_PATH: /snap/gnome-46-2404-sdk/current/usr/lib/girepository-1.0:/snap/gnome-46-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/girepository-1.0:/snap/gnome-46-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET/gjs/girepository-1.0:$GI_TYPELIB_PATH
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.6.4',
version: '1.6.5',
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 bd591cd

Please sign in to comment.