Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopvlk committed Oct 24, 2023
1 parent fcf87f9 commit 6f13dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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.1.0',
version: '1.1.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
3 changes: 1 addition & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ parts:
plugin: meson
# source: snap/local/Dosage
source: https://github.com/diegopvlk/Dosage.git
# source-tag: 'v1.1.0'
source-commit: e3da1dfcb0772353dfea3eff549b5c5064514e9c
source-tag: 'v1.1.1'
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 @@ -98,7 +98,7 @@ export const DosageApplication = GObject.registerClass(
application_name: _('Dosage'),
application_icon: 'io.github.diegopvlk.Dosage',
developer_name: "Diego Povliuk",
version: "1.1.0",
version: "1.1.1",
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 6f13dda

Please sign in to comment.