Skip to content

Commit 6405d84

Browse files
committed
Release 1.10.0
1 parent 3f2baad commit 6405d84

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ version please follow the instruction below**
3838

3939
| pages version | gitbucket version |
4040
| :---: | :---: |
41+
| 1.10.0 | 4.36.0 |
4142
| 1.9.0 | 4.35.0 |
4243
| 1.8.0 | 4.32.0 |
4344
| 1.7.0 | 4.23.0 |

Diff for: build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization := "gitbucket"
22
name := "gitbucket-pages-plugin"
33
scalaVersion := "2.13.5"
4-
version := "1.9.0"
5-
gitbucketVersion := "4.35.3"
4+
version := "1.10.0"
5+
gitbucketVersion := "4.36.2"
66
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
77

88
scalafmtOnCompile := true

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.0
1+
sbt.version=1.5.5

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3434
new Version("1.7.0"),
3535
new Version("1.7.1"),
3636
new Version("1.8.0"),
37-
new Version("1.9.0")
37+
new Version("1.9.0"),
38+
new Version("1.10.0")
3839
)
3940

4041
override val controllers: Seq[(String, ControllerBase)] = Seq("/*" -> new PagesController)

0 commit comments

Comments
 (0)