Skip to content

Commit

Permalink
Bump installer version
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Aug 5, 2017
1 parent 079308f commit 46bd9be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Medusa.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <.\idp\idp.iss>

#define MedusaInstallerVersion "v0.2"
#define MedusaInstallerVersion "v0.3"

#define AppId "{{991BED37-186A-5451-9E77-C3DCE91D56C7}"
#define AppName "Medusa"
Expand All @@ -14,7 +14,7 @@

#define DefaultPort 8081

#define InstallerVersion 10002
#define InstallerVersion 10003
#define InstallerSeedUrl "https://raw.githubusercontent.com/pymedusa/MedusaInstaller/master/seed.ini"
#define AppRepoUrl "https://github.com/pymedusa/Medusa.git"

Expand Down
2 changes: 1 addition & 1 deletion seed.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Installer]
Version=10002
Version=10003
DownloadUrl=https://github.com/pymedusa/MedusaInstaller

[Python.x86]
Expand Down

0 comments on commit 46bd9be

Please sign in to comment.