From 688d22c33e03da598674e049daa5b6b1aab90864 Mon Sep 17 00:00:00 2001 From: Jarek Sacha Date: Tue, 8 Feb 2022 21:37:09 -0500 Subject: [PATCH] Mark next release v.1.4.0 --- README.md | 2 +- build.sbt | 2 +- example/build.sbt | 2 +- example/project/plugin-install4j.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0ff1041..9b22cc8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Usage Import `sbt-install4j` plugin to use `install4j` command. ```sbt -addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.3.1") +addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.4.0") ``` ### build.sbt diff --git a/build.sbt b/build.sbt index 3682891..219035d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ sbtPlugin := true name := "sbt-install4j" organization := "com.github.jpsacha" -version := "1.3.1.1-SNAPSHOT" +version := "1.4.0" homepage := Some(url("http://github.com/jpsacha/sbt-install4j")) organizationHomepage := Some(url("http://github.com/jpsacha")) diff --git a/example/build.sbt b/example/build.sbt index e2152c7..74a4747 100644 --- a/example/build.sbt +++ b/example/build.sbt @@ -1,6 +1,6 @@ name := "sbt-install4j-example" organization := "ij-plugins.sf.net" -version := "1.3.1.1-SNAPSHOT" +version := "1.4.0" scalaVersion := "3.1.1" diff --git a/example/project/plugin-install4j.sbt b/example/project/plugin-install4j.sbt index 4ed18c9..809792e 100644 --- a/example/project/plugin-install4j.sbt +++ b/example/project/plugin-install4j.sbt @@ -3,4 +3,4 @@ // For test publishing with `publishM2` resolvers += Resolver.mavenLocal -addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.3.1.1-SNAPSHOT") +addSbtPlugin("com.github.jpsacha" % "sbt-install4j" % "1.4.0")