Skip to content

Commit

Permalink
3.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 8, 2024
1 parent c06e3d4 commit a8313e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.katahiromz.krakra_ja_jp"
minSdkVersion 28
targetSdkVersion 34
versionCode 364
versionName "3.6.4"
versionCode 365
versionName "3.6.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// 催眠アプリ「催眠くらくら」のJavaScriptのメインコード。
// 暗号名はKraKra。

const sai_VERSION = '3.6.4'; // KraKraバージョン番号。
const sai_VERSION = '3.6.5'; // KraKraバージョン番号。
const sai_DEBUGGING = false; // デバッグ中か?
let sai_FPS = 0; // 実測フレームレート。

Expand Down

0 comments on commit a8313e2

Please sign in to comment.