Skip to content

Commit

Permalink
Updated banners_history.json
Browse files Browse the repository at this point in the history
Bump to the 1.4.5+65
  • Loading branch information
Wolfteam committed Jul 14, 2022
1 parent 475b2b9 commit 6828312
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,5 +1,9 @@
# Changelog

## 1.4.5+65 (13/07/2022)
- Heizou


## 1.4.2+62 (21/06/2022)
- Cookie

Expand Down
39 changes: 39 additions & 0 deletions assets/db/banners_history.json
Expand Up @@ -893,6 +893,45 @@
"the-stringless"
],
"version": 2.7
},
{
"type": "character",
"from": "2022-07-13T00:00:00",
"until": "2022-08-02T00:00:00",
"itemKeys": [
"kaedehara-kazuha",
"shikanoin-heizou",
"ningguang",
"thoma"
],
"version": 2.8
},
{
"type": "character",
"from": "2022-07-13T00:00:00",
"until": "2022-08-02T00:00:00",
"itemKeys": [
"klee",
"shikanoin-heizou",
"ningguang",
"thoma"
],
"version": 2.8
},
{
"type": "weapon",
"from": "2022-07-13T00:00:00",
"until": "2022-08-02T00:00:00",
"itemKeys": [
"freedom-sworn",
"lost-prayer-to-the-sacred-winds",
"the-alley-flash",
"mitternachts-waltz",
"rainslasher",
"favonius-lance",
"the-widsith"
],
"version": 2.8
}
]
}
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.4.4+64
version: 1.4.5+65

environment:
sdk: '>=2.15.1 <3.0.0'
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,4
#define VERSION_AS_NUMBER 1,4,5
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.4.4"
#define VERSION_AS_STRING "1.4.5"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 6828312

Please sign in to comment.