Skip to content

Commit

Permalink
Merge pull request #4 from SIkebe/v1.1.0
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
SIkebe committed Aug 20, 2019
2 parents 84e4f3a + c258dde commit 347926e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -85,10 +85,15 @@ ssh-keyscan -t ssh-rsa github.com >> ~/.ssh/known_hosts

Plugin version | GitBucket version
:--------------|:-----------------
1.1.x - | 4.32.x -
1.0.x - | 4.20.x -

## Release Notes

### 1.1.0

- Bump to GItBucket 4.32.0.

### 1.0.2

- Add SSH protocol support.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "gitbucket-mirror-plugin"
organization := "io.github.gitbucket"
version := "1.0.2"
version := "1.1.0"
scalaVersion := "2.13.0"
gitbucketVersion := "4.32.0"

Expand Down
3 changes: 2 additions & 1 deletion src/main/scala/Plugin.scala
Expand Up @@ -14,7 +14,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val versions: List[Version] = List(
new Version("1.0.0", new LiquibaseMigration("update/gitbucket-mirror_1.0.0.xml")),
new Version("1.0.1"),
new Version("1.0.2")
new Version("1.0.2"),
new Version("1.1.0")
)

override val assetsMappings = Seq("/mirror" -> "/gitbucket/mirror/assets")
Expand Down

0 comments on commit 347926e

Please sign in to comment.