Skip to content

Commit 658954b

Browse files
committed
Bump to 1.2.0
1 parent a99262a commit 658954b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-notifications-plugin"
3-
val ProjectVersion = "1.1.0"
3+
val ProjectVersion = "1.2.0"
44
val GitBucketVersion = Option(System.getProperty("gitbucket.version")).getOrElse("4.17.0-SNAPSHOT")
55

66
name := ProjectName

Diff for: src/main/scala/Plugin.scala

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2121
),
2222
new Version("1.1.0",
2323
new LiquibaseMigration("update/gitbucket-notifications_1.1.xml")
24-
)
24+
),
25+
new Version("1.2.0")
2526
)
2627

2728
override val controllers = Seq(

0 commit comments

Comments
 (0)