v3.1.8 versioning

This commit is contained in:
Trenton Zimmer
2026-07-21 16:06:53 -04:00
parent 59147f75a2
commit 77eacb6955
4 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
VITE_APP_VERSION="3.1.7"
VITE_APP_VERSION="3.1.8"
VITE_API_URL="http://localhost:8000/"
VITE_API_KEY="your_api_key_should_be_here"
VITE_ASSET_PATH="/assets"

View File

@@ -1,4 +1,4 @@
VITE_APP_VERSION="3.1.7"
VITE_APP_VERSION="3.1.8"
VITE_API_URL="https://restfulsleep.phaseii.network"
VITE_API_KEY="your_api_key_should_be_here"
VITE_ASSET_PATH="https://cdn.phaseii.network/file/PhaseII/web-assets"

View File

@@ -1,6 +1,6 @@
{
"name": "phaseweb3",
"version": "3.1.7",
"version": "3.1.8",
"scripts": {
"dev": "vite --host",
"build": "vite build",

View File

@@ -53,5 +53,6 @@
"3.1.4": ["- (Major) Add QR game login support", "- (Minor) Add initial CCJ support and events"],
"3.1.5": ["- (Minor) Add DDR SN2 information message support"],
"3.1.6": ["- (Major) Add Song Record Cards for all games that support scores", "- (Major) Update layout and design of a core component, CardBoxStat", "- (Major) Overhaul the game timeline", "- (Bugfix) Various fixes over the past week", "- (Greetings) Add new greetings from superaustin7"],
"3.1.7": ["- (Major) Update SDVX 6 customizations", "- (Major) Add new DDR customization cards (archibun)", "- (Minor) Add video backgrounds for pop'n 22 -> 28, SDVX 1-6 (archibun)"]
"3.1.7": ["- (Major) Update SDVX 6 customizations", "- (Major) Add new DDR customization cards (archibun)", "- (Minor) Add video backgrounds for pop'n 22 -> 28, SDVX 1-6 (archibun)"],
"3.1.8": ["- (Major) Add support for Gitadora GALAXY WAVE", "- (Feature) Add pop'n music characters to webui (archibun)", "- (Minor) Add flare skill calculation to DDR"]
}