We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1396 commit ace1b54Copy full SHA for ace1b54
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.7.x | 4.11.x
8
4.6.x | 4.10.x
9
4.5.x | 4.9.x
10
4.4.x | 4.8.x
build.sbt
@@ -1,6 +1,6 @@
1
val Organization = "io.github.gitbucket"
2
val ProjectName = "gitbucket-gist-plugin"
3
-val ProjectVersion = "4.6.0"
+val ProjectVersion = "4.7.0"
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
0 commit comments