Update version data
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"version": "5.3",
|
"version": "5.3",
|
||||||
|
"nextVersion": "5.4",
|
||||||
"name": "Post Dusk Odyssey",
|
"name": "Post Dusk Odyssey",
|
||||||
"duration": ["2021-12-02", "2022-01-13"],
|
"duration": ["2021-12-02", "2022-01-13"],
|
||||||
"newBattlesuits": ["sns"],
|
"newBattlesuits": ["sns"],
|
||||||
|
|||||||
@@ -1,8 +1,12 @@
|
|||||||
{
|
{
|
||||||
"version": "5.4",
|
"version": "5.4",
|
||||||
|
"previousVersion": "5.3",
|
||||||
"name": "Silverwing Beyond",
|
"name": "Silverwing Beyond",
|
||||||
"duration": ["2022-01-13"],
|
"duration": ["2022-01-13"],
|
||||||
"newBattlesuits": [],
|
"newBattlesuits": ["sw"],
|
||||||
"newWeapons": [],
|
"newWeapons": [
|
||||||
|
"blue-flame-silver-falcon-0019",
|
||||||
|
"blue-flame-silver-falcon-final-project"
|
||||||
|
],
|
||||||
"verified": false
|
"verified": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,8 @@ import { compareVersion } from '../../lib/string'
|
|||||||
|
|
||||||
export interface VersionData {
|
export interface VersionData {
|
||||||
version: string
|
version: string
|
||||||
|
previousVersion?: string
|
||||||
|
nextVersion?: string
|
||||||
name: string
|
name: string
|
||||||
duration: [string, string]
|
duration: [string, string]
|
||||||
verified: boolean
|
verified: boolean
|
||||||
|
|||||||
Reference in New Issue
Block a user