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 562358a..c908b04 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.3")
+addSbtPlugin("ch.jodersky" % "sbt-jni" % "1.2.4")
```
in `project/plugins.sbt`.
diff --git a/version.sbt b/version.sbt
index 681e1e5..b37fc30 100644
--- a/version.sbt
+++ b/version.sbt
@@ -1 +1 @@
-version in ThisBuild := "1.2.4-SNAPSHOT"
+version in ThisBuild := "1.2.4"