Skip to content

Commit

Permalink
Version up: v0.820
Browse files Browse the repository at this point in the history
  • Loading branch information
knewjade committed Oct 30, 2020
1 parent 307b91f commit d025ea2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 以降を実行できる環境が必要です
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.knewjade'
version '0.810'
version '0.820'

apply plugin: 'java'
apply plugin: 'idea'
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/core/FinderConstant.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package core;

public class FinderConstant {
public static final String VERSION = "0.810";
public static final String VERSION = "0.820";
}

0 comments on commit d025ea2

Please sign in to comment.