Update version data

This commit is contained in:
Sakura Knoll
2021-12-28 15:45:27 +09:00 Unverified
parent bea2ff4ed9
commit cbb0a88d55
3 changed files with 9 additions and 2 deletions
@@ -1,5 +1,6 @@
{
"version": "5.3",
"nextVersion": "5.4",
"name": "Post Dusk Odyssey",
"duration": ["2021-12-02", "2022-01-13"],
"newBattlesuits": ["sns"],
+6 -2
View File
@@ -1,8 +1,12 @@
{
"version": "5.4",
"previousVersion": "5.3",
"name": "Silverwing Beyond",
"duration": ["2022-01-13"],
"newBattlesuits": [],
"newWeapons": [],
"newBattlesuits": ["sw"],
"newWeapons": [
"blue-flame-silver-falcon-0019",
"blue-flame-silver-falcon-final-project"
],
"verified": false
}
+2
View File
@@ -4,6 +4,8 @@ import { compareVersion } from '../../lib/string'
export interface VersionData {
version: string
previousVersion?: string
nextVersion?: string
name: string
duration: [string, string]
verified: boolean