Skip to content

Commit

Permalink
1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta committed Apr 1, 2016
1 parent 360d2d7 commit 72ed15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := """sbt-javacpp"""

version := "1.4-SNAPSHOT"
version := "1.4"

organization := "org.bytedeco"

Expand Down

0 comments on commit 72ed15f

Please sign in to comment.