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.
2 parents caff4f8 + 6b881f0 commit ee6e477Copy full SHA for ee6e477
README.md
@@ -5,5 +5,5 @@ This is an example of GitBucket plug-in. This plug-in provides code snippet repo
5
## Instllation
6
7
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`.
+2. Copy `target/scala-2.11/gitbucket-gist-plugin_2.11-1.3.jar` into `GITBUCKET_HOME/plugins`.
9
3. Restart GitBucket.
project/build.scala
@@ -7,7 +7,7 @@ object MyBuild extends Build {
val Organization = "jp.sf.amateras"
val Name = "gitbucket-gist-plugin"
10
- val Version = "1.2"
+ val Version = "1.3"
11
val ScalaVersion = "2.11.6"
12
13
lazy val project = Project (
0 commit comments