Skip to content

Commit

Permalink
1.0.6-patch1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirosakiMio committed Aug 2, 2023
1 parent 66870e6 commit 4675efe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.tungsten.fcl"
minSdk 26
targetSdk 33
versionCode 9
versionName "1.0.6"
versionCode 10
versionName "1.0.6-patch1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
10 changes: 5 additions & 5 deletions version_map.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
"type": "release",
"versionCode": 9,
"versionName": "1.0.6",
"date": "2023.8.1",
"versionCode": 10,
"versionName": "1.0.6-patch1",
"date": "2023.08.02",
"description": [
{
"lang": "en",
Expand All @@ -15,6 +15,6 @@
}
],
"netdiskUrl": "https://www.123pan.com/s/0cC7Vv-7htov.html",
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6/FCL-release-1.0.6.apk"
"url": "https://github.com/FCL-Team/FoldCraftLauncher/releases/download/1.0.6-patch1/FCL-release-1.0.6-patch1.apk"
}
]
]

0 comments on commit 4675efe

Please sign in to comment.