Skip to content

Commit

Permalink
Bump to the 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 22, 2022
1 parent d122a8e commit 81cca89
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 6 deletions.
71 changes: 69 additions & 2 deletions assets/db/characters.json
Expand Up @@ -24960,7 +24960,7 @@
"image": "kuki-shinobu.png",
"fullImage": "kuki-shinobu.png",
"secondFullImage": null,
"isComingSoon": true,
"isComingSoon": false,
"isNew": true,
"isFemale": true,
"region": "inazuma",
Expand Down Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Expand Up @@ -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
Expand Down

0 comments on commit 81cca89

Please sign in to comment.