diff --git a/README.md b/README.md index 803b87d1..9f210c40 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ テトリスの「パーフェクトクリア」「REN/Combo」「T-Spin」の手順などを探すためのツールです。 探索条件には、7種のミノ(ITSZJLO) の組み合わせや地形を自由に設定できます。 -現在の安定版は v0.810 となります。ダウンロードは以下のリンクからお願いします。 +現在の安定版は v0.820 となります。ダウンロードは以下のリンクからお願いします。 (GUIが入っているパッケージは、[@kitsune_fuchi](https://twitter.com/kitsune_fuchi) さん作成の補助GUIが入っています。 なお、補助GUIではpercent・path・util figコマンドのみ対応しています) -https://github.com/knewjade/solution-finder/releases/tag/v0.810 +https://github.com/knewjade/solution-finder/releases/tag/v0.820 ※ プログラムの実行には、Java8 以降を実行できる環境が必要です diff --git a/build.gradle b/build.gradle index feb93516..31498406 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.knewjade' -version '0.810' +version '0.820' apply plugin: 'java' apply plugin: 'idea' diff --git a/docs/conf.py b/docs/conf.py index c1815a0b..54bc60b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.810' +version = '0.820' # The full version, including alpha/beta/rc tags. -release = '0.810' +release = '0.820' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/src/main/java/core/FinderConstant.java b/src/main/java/core/FinderConstant.java index 984cfa88..b3198923 100644 --- a/src/main/java/core/FinderConstant.java +++ b/src/main/java/core/FinderConstant.java @@ -1,5 +1,5 @@ package core; public class FinderConstant { - public static final String VERSION = "0.810"; + public static final String VERSION = "0.820"; } \ No newline at end of file