Skip to content

Commit ee6e477

Browse files
committed
Merge pull request #8 from bfritz/update-to-gitbucket3.3
Update plugin to version 1.3 for GitBucket3.3
2 parents caff4f8 + 6b881f0 commit ee6e477

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
55
## Instllation
66

77
1. Hit `./sbt.sh package` in the root directory of this repository.
8-
2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.2.jar` into `GITBUCKET_HOME/plugins`.
8+
2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.3.jar` into `GITBUCKET_HOME/plugins`.
99
3. Restart GitBucket.

project/build.scala

Lines changed: 1 addition & 1 deletion
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 = "1.2"
10+
val Version = "1.3"
1111
val ScalaVersion = "2.11.6"
1212

1313
lazy val project = Project (

0 commit comments

Comments
 (0)