We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99262a commit 658954bCopy full SHA for 658954b
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-notifications-plugin"
3
-val ProjectVersion = "1.1.0"
+val ProjectVersion = "1.2.0"
4
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0-SNAPSHOT")
5
6
name := ProjectName
src/main/scala/Plugin.scala
@@ -21,7 +21,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
21
),
22
new Version("1.1.0",
23
new LiquibaseMigration("update/gitbucket-notifications_1.1.xml")
24
- )
+ ),
25
+ new Version("1.2.0")
26
)
27
28
override val controllers = Seq(
0 commit comments