Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3326fdc

Browse files
committed
Release 4.21.0
1 parent53ad3d0 commit3326fdc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ This is a GitBucket plug-in which provides code snippet repository like Gist.
44

55
Plugin version | GitBucket version
66
:--------------|:--------------------
7+
4.21.x | 4.36.x -
78
4.20.x | 4.35.x -
89
4.19.x | 4.34.x -
910
4.18.x | 4.32.x - 4.33.x

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
organization:="io.github.gitbucket"
22
name:="gitbucket-gist-plugin"
3-
version:="4.20.0"
3+
version:="4.21.0"
44
scalaVersion:="2.13.5"
55
gitbucketVersion:="4.36.0"
66

‎src/main/scala/Plugin.scala‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
4242
newVersion("4.17.0"),
4343
newVersion("4.18.0"),
4444
newVersion("4.19.0"),
45-
newVersion("4.20.0")
45+
newVersion("4.20.0"),
46+
newVersion("4.21.0")
4647
)
4748

4849
overridedefinitialize(registry:PluginRegistry,context:ServletContext,settings:SystemSettings):Unit= {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp