We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d5f57 commit a2e35bbCopy full SHA for a2e35bb
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
+3.13.x | 3.13.x
8
3.12.x | 3.12.x
9
3.11.x | 3.11.x
10
3.10.x | 3.10.x
project/build.scala
@@ -7,7 +7,7 @@ object MyBuild extends Build {
val Organization = "jp.sf.amateras"
val Name = "gitbucket-gist-plugin"
- val Version = "3.12.0"
+ val Version = "3.13.0"
11
val ScalaVersion = "2.11.6"
12
13
lazy val project = Project (
0 commit comments