aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--version.sbt2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9734f95..562358a 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The second point, portability, is inherent to JNI and thus unavoidable. However
All plugins are made available with the following sbt configuration
```scala
-addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.2")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.3")
```
in `project/plugins.sbt`.
diff --git a/version.sbt b/version.sbt
index 0389eb2..f66852a 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "1.2.3-SNAPSHOT"
+version in ThisBuild := "1.2.3"