Skip to content

Commit

Permalink
Released version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaSfregola committed Aug 31, 2016
1 parent 5ee72b7 commit da47207
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
@@ -1,6 +1,6 @@
name := "random-data-generator"

version := "1.1-SNAPSHOT"
version := "1.1"

scalaVersion := "2.11.7"

Expand Down
2 changes: 1 addition & 1 deletion project/RandomDataGenerator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {

object RandomDataGenerator extends Build {

val v = "1.1-SNAPSHOT"
val v = "1.1"

lazy val standardSettings = Defaults.defaultSettings ++
Seq(
Expand Down

0 comments on commit da47207

Please sign in to comment.