diff --git a/README.markdown b/README.markdown index 2a06cb6..ab56181 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ Makes it easy to start playing around with JavaCPP in an SBT project. In your `project/plugins.sbt`: ```scala -addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.3") +addSbtPlugin("org.bytedeco" % "sbt-javacpp" % "1.4") ``` Adding the above line will set up your project's classpath to include `maven-plugins` as well as a add a dependency on diff --git a/build.sbt b/build.sbt index de81304..94f7f97 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := """sbt-javacpp""" -version := "1.4-SNAPSHOT" +version := "1.4" organization := "org.bytedeco"