Skip to content

Commit dd67dcb

Browse files
committed
Update version numbers for the release.
1 parent 438a5c7 commit dd67dcb

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "sbt-imagej"
44

55
organization := "net.sf.ij-plugins"
66

7-
version := "0.1.0-SNAPSHOT"
7+
version := "1.0.0"
88

99
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
1010

example/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "sbt-imagej-example"
55

66
organization := "ij-plugins.sf.net"
77

8-
version := "0.1.0-SNAPSHOT"
8+
version := "1.0.0"
99

1010
scalaVersion := "2.10.3"
1111

example/project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
22

3-
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "0.1.0-SNAPSHOT")
3+
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "1.0.0")
File renamed without changes.

0 commit comments

Comments
 (0)