From 1aaa5bd2bef2f741f58fcd5c41a7ad930e5a9727 Mon Sep 17 00:00:00 2001 From: knewjade Date: Sat, 6 Jun 2020 22:53:02 +0900 Subject: [PATCH] Version up: v0.720 --- README.md | 4 ++-- build.gradle | 2 +- docs/conf.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c44bd15..c6c5bd16 100755 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ テトリスの「パーフェクトクリア」「REN/Combo」「T-Spin」の手順などを探すためのツールです。 探索条件には、7種のミノ(ITSZJLO) の組み合わせや地形を自由に設定できます。 -現在の安定版は v0.710 となります。ダウンロードは以下のリンクからお願いします。 +現在の安定版は v0.720 となります。ダウンロードは以下のリンクからお願いします。 (GUIが入っているパッケージは、[@kitsune_fuchi](https://twitter.com/kitsune_fuchi) さん作成の補助GUIが入っています。 なお、補助GUIではpercent・path・util figコマンドのみ対応しています) -https://github.com/knewjade/solution-finder/releases/tag/v0.710 +https://github.com/knewjade/solution-finder/releases/tag/v0.720 ※ プログラムの実行には、Java8 以降を実行できる環境が必要です diff --git a/build.gradle b/build.gradle index 2c0a5a1d..5ab2b1bd 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.knewjade' -version '0.710' +version '0.720' apply plugin: 'java' apply plugin: 'idea' diff --git a/docs/conf.py b/docs/conf.py index d18bd5f2..f476a089 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # General information about the project. project = 'solution-finder' -copyright = '2017, newjade' +copyright = '2017-2020, newjade' author = 'newjade' # The version info for the project you're documenting, acts as replacement for @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.710' +version = '0.720' # The full version, including alpha/beta/rc tags. -release = '0.710' +release = '0.720' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.