Skip to content

Commit

Permalink
Bump to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciojost committed Jan 4, 2016
1 parent ecbce91 commit 3e924fa
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.5"
version := "0.6"


mainClass in Compile := Some("org.mauritania.photosync.starter.Starter")
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/org/mauritania/photosync/Constants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package org.mauritania.photosync

object Constants {

val Version = "0.5"
val Version = "0.6"

}

0 comments on commit 3e924fa

Please sign in to comment.