Skip to content

Commit fef34f9

Browse files
committed
Set version 1.6.0
1 parent 57d28e7 commit fef34f9

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ For more details, see [External database configuration](https://github.com/gitbu
118118

119119
|Plugin version|GitBucket version|
120120
|:-:|:-|
121+
|1.6.0|4.39|
121122
|1.5.0|4.38|
122123
|1.4.0|4.34 - 4.37|
123124
|1.3.0|4.34 - 4.36|

README_jp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ SELECT setval('activity_activity_id_seq', (select max(activity_id) + 1 from acti
119119

120120
|プラグインバージョン|GitBucketバージョン|
121121
|:-:|:-:|
122+
|1.6.0|4.39|
122123
|1.5.0|4.38|
123124
|1.4.0|4.34 - 4.37|
124125
|1.3.0|4.34 - 4.36|

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "gitbucket-backup-plugin"
22
organization := "io.github.gitbucket"
3-
version := "1.6.0-SNAPSHOT"
3+
version := "1.6.0"
44
scalaVersion := "2.13.10"
55
gitbucketVersion := "4.39.0"
66

0 commit comments

Comments
 (0)