From 81cca8989043abf52e726d43f0d17fcf24184d96 Mon Sep 17 00:00:00 2001 From: Efrain Date: Tue, 21 Jun 2022 20:25:46 -0500 Subject: [PATCH] Bump to the 1.4.2 --- assets/db/characters.json | 71 +++++++++++++++++++++++++++++++++++++-- pubspec.yaml | 4 +-- windows/runner/Runner.rc | 4 +-- 3 files changed, 73 insertions(+), 6 deletions(-) diff --git a/assets/db/characters.json b/assets/db/characters.json index efb5b5e6b..621ed45ee 100644 --- a/assets/db/characters.json +++ b/assets/db/characters.json @@ -24960,7 +24960,7 @@ "image": "kuki-shinobu.png", "fullImage": "kuki-shinobu.png", "secondFullImage": null, - "isComingSoon": true, + "isComingSoon": false, "isNew": true, "isFemale": true, "region": "inazuma", @@ -25910,7 +25910,74 @@ "image": "kuki-shinobu_c6.png" } ], - "builds": [], + "builds": [ + { + "isRecommended": true, + "type": "support", + "subType": "none", + "skillPriorities": [ + "elementalSkill", + "elementalBurst" + ], + "weaponKeys": [ + "freedom-sworn", + "favonius-sword", + "iron-sting" + ], + "artifacts": [ + { + "oneKey": "tenacity-of-the-millelith", + "multiples": [], + "stats": [ + "hp", + "atk", + "hpPercentage", + "hpPercentage", + "hpPercentage" + ] + } + ], + "subStatsToFocus": [ + "hpPercentage", + "elementalMastery", + "critRatePercentage", + "energyRechargePercentage" + ] + }, + { + "isRecommended": false, + "type": "support", + "subType": "elementalMastery", + "skillPriorities": [ + "elementalSkill", + "elementalBurst" + ], + "weaponKeys": [ + "freedom-sworn", + "favonius-sword", + "iron-sting" + ], + "artifacts": [ + { + "oneKey": "tenacity-of-the-millelith", + "multiples": [], + "stats": [ + "hp", + "atk", + "elementalMastery", + "elementalMastery", + "elementalMastery" + ] + } + ], + "subStatsToFocus": [ + "elementalMastery", + "hpPercentage", + "critRatePercentage", + "energyRechargePercentage" + ] + } + ], "stats": [ { "level": 1, diff --git a/pubspec.yaml b/pubspec.yaml index b063d4d14..494563e1f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.4.1+61 +version: 1.4.2+62 environment: sdk: '>=2.15.1 <3.0.0' @@ -140,7 +140,7 @@ msix_config: display_name: "Shiori for Genshin: Unofficial" publisher_display_name: MiraiSoft identity_name: 52493MiraiSoft.ShioriforGenshinUnofficial - msix_version: 1.4.1.0 + msix_version: 1.4.2.0 publisher: CN=58BF90DC-3D34-433E-A12B-4C504DF78641 logo_path: assets\icon\icon.png languages: en diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 3af897b56..5616de8b5 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #ifdef FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #else -#define VERSION_AS_NUMBER 1,4,1 +#define VERSION_AS_NUMBER 1,4,2 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.4.1" +#define VERSION_AS_STRING "1.4.2" #endif VS_VERSION_INFO VERSIONINFO