Skip to content

Commit 5909435

Browse files
committed
Set release version number 2.2.1
1 parent fdd495f commit 5909435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sbtPlugin := true
22

33
name := "sbt-imagej"
44
organization := "net.sf.ij-plugins"
5-
version := "2.2.0.1-SNAPSHOT"
5+
version := "2.2.1"
66
description := "SBT plugin that helps create runtime directory structure for ImageJ plugin development."
77
homepage := Some(url("http://github.com/jpsacha/sbt-imagej"))
88
organizationHomepage := Some(url("http://ij-plugins.sf.net"))

example/project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
resolvers += Resolver.sonatypeCentralSnapshots
22

3-
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.2.0.1-SNAPSHOT")
3+
addSbtPlugin("net.sf.ij-plugins" % "sbt-imagej" % "2.2.1")

0 commit comments

Comments
 (0)