Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Aug 25, 2021
1 parent 3f2baad commit 6405d84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ version please follow the instruction below**

| pages version | gitbucket version |
| :---: | :---: |
| 1.10.0 | 4.36.0 |
| 1.9.0 | 4.35.0 |
| 1.8.0 | 4.32.0 |
| 1.7.0 | 4.23.0 |
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
organization := "gitbucket"
name := "gitbucket-pages-plugin"
scalaVersion := "2.13.5"
version := "1.9.0"
gitbucketVersion := "4.35.3"
version := "1.10.0"
gitbucketVersion := "4.36.2"
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")

scalafmtOnCompile := true
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.5.0
sbt.version=1.5.5
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.7.0"),
new Version("1.7.1"),
new Version("1.8.0"),
new Version("1.9.0")
new Version("1.9.0"),
new Version("1.10.0")
)

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

0 comments on commit 6405d84

Please sign in to comment.