From af473922fc8672aead64f887f24fc28f0ea673da Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Sat, 14 Jan 2023 21:32:03 -0500 Subject: [PATCH] Mark next development release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ec6a356..0edb291 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import java.net.URL name := "ijp-debayer2sx" -ThisBuild / version := "1.3.4" +ThisBuild / version := "1.3.4.1-SNAPSHOT" ThisBuild / organization := "net.sf.ij-plugins" ThisBuild / sonatypeProfileName := "net.sf.ij-plugins" ThisBuild / homepage := Some(new URL("https://github.com/ij-plugins/ijp-color"))