Skip to content

Commit

Permalink
Merge pull request alexandremenif#27 from alexandremenif/v1.4.1
Browse files Browse the repository at this point in the history
Bump plugin version to v1.4.1
  • Loading branch information
SIkebe authored Jun 25, 2023
2 parents 0df93fb + cbae7ae commit 55c2f67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Plugin version | GitBucket version

## Release Notes

### 1.4.1

- Fix NullPointerException during plugin initialization.

### 1.4.0

- Support GitBucket 4.37.x.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "gitbucket-mirror-plugin"
organization := "io.github.gitbucket"
version := "1.4.0"
version := "1.4.1"
scalaVersion := "2.13.8"
gitbucketVersion := "4.37.2"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
new Version("1.2.0"),
new Version("1.3.0"),
new Version("1.4.0"),
new Version("1.4.1"),
)

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

0 comments on commit 55c2f67

Please sign in to comment.