We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65281c commit 9b529b8Copy full SHA for 9b529b8
README.md
@@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
4
5
Plugin version | GitBucket version
6
:--------------|:--------------------
7
+4.10.x | 4.15.x -
8
4.9.x | 4.14.x -
9
4.8.x | 4.11.x - 4.13.x
10
4.7.x | 4.11.x
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-gist-plugin"
3
-val ProjectVersion = "4.9.2"
+val ProjectVersion = "4.10.0"
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
0 commit comments