Skip to content

Commit 6572deb

Browse files
committed
1.2.0 RELEASE
1 parent 0fe9291 commit 6572deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add following lines to your build.sbt
3333
```
3434
resolvers += "sxfcode Bintray Repo" at "https://dl.bintray.com/sfxcode/maven/"
3535
36-
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.0.4"
36+
libraryDependencies += "com.sfxcode.nosql" %% "simple-mongo" % "1.2.0"
3737
3838
```
3939

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "1.2.0-SNAPSHOT"
1+
version in ThisBuild := "1.2.0"

0 commit comments

Comments
 (0)