Skip to content

Commit bf92cad

Browse files
committed
recompile for gitbucket 3.11.0
1 parent 19af97d commit bf92cad

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ This plugin provides *Project Pages* for
2323
- move the jar file to `<gitbucket_home>/plugins/` (`gitbucket_home` defaults to `~/.gitbucket`)
2424
- restart gitbucket and enjoy
2525

26-
## Version compatibility
26+
## Versions
27+
28+
| pages version | gitbucket version |
29+
| :---: | :---: |
30+
| 0.2 | 3.11 |
31+
| 0.1 | 3.9 & 3.10.x |
2732

28-
- 0.1: tested with gitbucket 3.9 & 3.10.x
2933

3034
## Security (panic mode)
3135

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "gitbucket"
22

33
name := "pages-plugin"
44

5-
version := "0.1"
5+
version := "0.2"
66

77
scalaVersion := "2.11.7"
88

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
1+
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")

0 commit comments

Comments
 (0)