From 75417ee54b3588dced17fcc5a201cf44fed9fef1 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 9 Oct 2024 03:15:28 -0400 Subject: [PATCH] 0.1.2-SNAPSHOT --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6fedd5c..7a0c8e7 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) @@ -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"))