Skip to content

Commit

Permalink
update version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle committed Nov 30, 2015
1 parent 5dbddbf commit bb24003
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added dist/0.0.2/jvms-noinstall.zip
Binary file not shown.
Binary file added dist/0.0.2/jvms-setup.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion jvms.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define MyAppName "JVMS for Windows"
#define MyAppShortName "jvms"
#define MyAppLCShortName "jvms"
#define MyAppVersion "0.0.1"
#define MyAppVersion "0.0.2"
#define MyAppPublisher "YSTYLE"
#define MyAppURL "http://github.com/ystyle/jvms"
#define MyAppExeName "jvms.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/jvms.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
JvmsVersion = "0.0.1"
JvmsVersion = "0.0.2"
)

type Environment struct {
Expand Down

0 comments on commit bb24003

Please sign in to comment.