Skip to content

Commit

Permalink
Mark next release v.1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Feb 9, 2022
1 parent 2021a7c commit 688d22c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down
2 changes: 1 addition & 1 deletion example/build.sbt
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion example/project/plugin-install4j.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 688d22c

Please sign in to comment.