Skip to content

Commit

Permalink
Increment version 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zevlee committed Oct 20, 2021
1 parent 28c4d5b commit 5c709da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linux/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

app=hello-world-gtk
version=0.1.0
version=0.1.1

echo "Running pyinstaller..."

Expand Down
2 changes: 1 addition & 1 deletion macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

app=hello-world-gtk
name="Hello World"
version=0.1.0
version=0.1.1

echo "Running pyinstaller..."

Expand Down
2 changes: 1 addition & 1 deletion windows/hello-world-gtk.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

!define MAJOR 0
!define MINOR 1
!define MICRO 0
!define MICRO 1

!define INSTALLSIZE 105572

Expand Down

0 comments on commit 5c709da

Please sign in to comment.