Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Mar 22, 2023
1 parent 7503d20 commit 67c1b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .windows/Cartridges.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Cartridges"
#define MyAppVersion "0.1.3"
#define MyAppVersion "0.1.4"
#define MyAppPublisher "kramo"
#define MyAppURL "https://github.com/kra-mo/cartridges"
#define MyAppExeName "pythonw.exe"
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('cartridges',
version: '0.1.3',
version: '0.1.4',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def on_about_action(self, _widget, _callback=None):
application_name=_("Cartridges"),
application_icon="hu.kramo.Cartridges",
developer_name="kramo",
version="0.1.3",
version="0.1.4",
developers=[
"kramo https://kramo.hu",
"Paweł Lidwin https://github.com/imLinguin",
Expand Down

0 comments on commit 67c1b25

Please sign in to comment.