diff --git a/build.sbt b/build.sbt index a81f4c8..a4b298a 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ scalaVersion := "3.3.0" //name := "IJP-ImageJ-Launcher" -version := "0.1.0" +version := "0.1.1-SNAPSHOT" versionScheme := Some("early-semver") organization := "net.sf.ij-plugins" homepage := Some(new URI("https://github.com/ij-plugins/ijp-imagej-launcher").toURL)