Skip to content

Commit a2e35bb

Browse files
committed
Update version and README.md
1 parent f9d5f57 commit a2e35bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
3.13.x | 3.13.x
78
3.12.x | 3.12.x
89
3.11.x | 3.11.x
910
3.10.x | 3.10.x

project/build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object MyBuild extends Build {
77

88
val Organization = "jp.sf.amateras"
99
val Name = "gitbucket-gist-plugin"
10-
val Version = "3.12.0"
10+
val Version = "3.13.0"
1111
val ScalaVersion = "2.11.6"
1212

1313
lazy val project = Project (

0 commit comments

Comments
 (0)