Skip to content

Commit

Permalink
Set to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Sep 26, 2015
1 parent f74258a commit 23bc73a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import NativePackagerKeys._

name := "photosync"

version := "0.1"
version := "0.2"

mainClass in Compile := Some("org.mauritania.photosync.main.Starter")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object ArgumentsParserBuilder {

def buildParser() = new scopt.OptionParser[PhotosyncConfig]("photosync") {

head("photosync", "0.1")
head("photosync", "0.2")

note("If you find any bugs, send me an e-mail to [email protected] .\n")

Expand Down

0 comments on commit 23bc73a

Please sign in to comment.