Skip to content

Commit

Permalink
Update verison number to corrent release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 23, 2013
1 parent c45d057 commit 19f89c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For sbt 0.12 and 0.13 add `sbt-imagej` as a dependency in `project/imagej.sbt`:
```scala
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "0.1.0-SNAPSHOT")
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "1.0.0")
```

Usage
Expand Down

0 comments on commit 19f89c1

Please sign in to comment.