Skip to content

Commit

Permalink
2021.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke committed Oct 13, 2021
1 parent b98f8e7 commit 3225e9c
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'one.cafebabe'
version '2021.8'
version '2021.9'

if (hasProperty('buildScan')) {
buildScan {
Expand Down
2 changes: 1 addition & 1 deletion samurai-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'one.cafebabe'
version '2021.8'
version '2021.9'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion samurai-remotedump/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'one.cafebabe'
version '2021.8'
version '2021.9'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion samurai-swing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'one.cafebabe'
version '2021.8'
version '2021.9'

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ This software is powered by open-source software.\n\
<a href="https://bell-sw.com/pages/libericajdk/">Liberica JDK</a> - <a href="https://github.com/bell-sw/Liberica/blob/master/LICENSE">GNU General Public License, version 2, with the Classpath Exception</a>\n\
\n\
Release note\n\
2021/10/13(Version2021.9)\n\
- Display CPU usages with color and percentage\n\
2021/10/4(Version2021.8)\n\
- View GC logs right from [File]-[View GC log from]\n\
2021/10/2(Version2021.7)\n\
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
AboutSamuraiDialog.copyright=Copyright (c) 2003-2021 \u5C71\u672C \u88D5\u4ECB
AboutSamuraiDialog.version=\u4F8D 2021.8(build 2021/10/4)
AboutSamuraiDialog.version=\u4F8D 2021.9(build 2021/10/13)
AboutSamuraiDialog.title=\u4F8D\u306B\u3064\u3044\u3066
AboutSamuraiDialog.releaseNote=<html><body><pre>This software is licensed under the Apache License 2.0.\n\
This software is powered by open-source software.\n\
<a href="https://www.thymeleaf.org">Thymeleaf</a> - <a href="https://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a?\n\
<a href="https://bell-sw.com/pages/libericajdk/">Liberica JDK</a> - <a href="https://github.com/bell-sw/Liberica/blob/master/LICENSE">GNU General Public License, version 2, with the Classpath Exception</a>\n\
\n\
\u30EA\u30EA\u30FC\u30B9\u30CE\u30FC\u30C8\n\
2021/10/13(Version2021.9)\n\
\u30FBCPU\u4F7F\u7528\u7387\u3092\u8272\u3068\u30D1\u30FC\u30BB\u30F3\u30C6\u30FC\u30B8\u3067\u8868\u793A\n\
2021/10/4(Version2021.8)\n\
\u30FB\u30E1\u30CB\u30E5\u30FC\u304B\u3089GC\u3092\u30ED\u30B0\u3092\u95B2\u89A7\u3059\u308B\u6A5F\u80FD\u3092\u8FFD\u52A0\n\
2021/10/2(Version2021.7)\n\
Expand Down
2 changes: 1 addition & 1 deletion samurai-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'one.cafebabe'
version '2021.8'
version '2021.9'

repositories {
mavenCentral()
Expand Down

0 comments on commit 3225e9c

Please sign in to comment.