Skip to content

Commit

Permalink
Xiao was not showing up in the asc. materials calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 4, 2021
1 parent bb7b4d5 commit 3adfe9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions assets/db/materials.json
Expand Up @@ -1187,6 +1187,16 @@
"level": 0,
"type": "elemental",
"days": []
},
{
"key": "JuvenileJade",
"image": "juvenile_jade.png",
"isFromBoss": true,
"isForCharacters": true,
"isForWeapons": false,
"level": 0,
"type": "elemental",
"days": []
}
],
"jewels": [
Expand Down
2 changes: 1 addition & 1 deletion 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.0.6+19
version: 1.0.6+21

environment:
sdk: ">=2.10.4 <3.0.0"
Expand Down

0 comments on commit 3adfe9f

Please sign in to comment.