Skip to content

Commit

Permalink
0.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 9, 2024
1 parent 50a168f commit 75417ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version := "0.1.1-SNAPSHOT"
version := "0.1.2-SNAPSHOT"
organization := "com.eed3si9n"
description := "sbt plugin to vimquit"
licenses := Seq("MIT License" -> url("https://github.com/sbt/sbt-vimquit/blob/master/LICENSE"))
Expand Down Expand Up @@ -34,3 +34,4 @@ publishTo := {
if isSnapshot.value then Some("snapshots" at nexus + "content/repositories/snapshots")
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
}
homepage := Some(url("https://github.com/sbt/sbt-vimquit"))

0 comments on commit 75417ee

Please sign in to comment.