Browse Source

Updated GameVersion

Updated versions to follow master
pull/46/head
Anairkoen Schno 5 years ago
parent
commit
b89f726a98
5 changed files with 8 additions and 8 deletions
  1. +3
    -3
      BSIPA-ModList/manifest.json
  2. +1
    -1
      IPA.Loader/Config/SelfConfig.cs
  3. +2
    -2
      IPA.Loader/Loader/manifest.json
  4. +1
    -1
      IPA/Program.cs
  5. +1
    -1
      appveyor.yml

+ 3
- 3
BSIPA-ModList/manifest.json View File

@ -8,13 +8,13 @@
"", "",
"## An in-game interface client for BSIPA.", "## An in-game interface client for BSIPA.",
], ],
"gameVersion": "0.13.2",
"gameVersion": "1.0.0",
"id": "BSIPA Mod List", "id": "BSIPA Mod List",
"name": "BSIPA Mod List", "name": "BSIPA Mod List",
"version": "1.2.1",
"version": "1.2.2",
"icon": "BSIPA_ModList.Icons.self.png", "icon": "BSIPA_ModList.Icons.self.png",
"dependsOn": { "dependsOn": {
"BSIPA": "^3.12.18",
"BSIPA": "^3.12.19",
"CustomUI": "^1.5.4" "CustomUI": "^1.5.4"
}, },
"features": [], "features": [],


+ 1
- 1
IPA.Loader/Config/SelfConfig.cs View File

@ -33,7 +33,7 @@ namespace IPA.Config
} }
internal const string IPAName = "Beat Saber IPA"; internal const string IPAName = "Beat Saber IPA";
internal const string IPAVersion = "3.12.18";
internal const string IPAVersion = "3.12.19";
public bool Regenerate = true; public bool Regenerate = true;


+ 2
- 2
IPA.Loader/Loader/manifest.json View File

@ -5,10 +5,10 @@
"#![IPA.Loader.description.md]", "#![IPA.Loader.description.md]",
"A mod loader specifically for Beat Saber." "A mod loader specifically for Beat Saber."
], ],
"gameVersion": "0.13.2",
"gameVersion": "1.0.0",
"id": "BSIPA", "id": "BSIPA",
"name": "Beat Saber IPA", "name": "Beat Saber IPA",
"version": "3.12.18",
"version": "3.12.19",
"icon": "IPA.icon.png", "icon": "IPA.icon.png",
"features": [ "features": [
"define-feature(print, IPA.Loader.Features.PrintFeature)", "define-feature(print, IPA.Loader.Features.PrintFeature)",


+ 1
- 1
IPA/Program.cs View File

@ -23,7 +23,7 @@ namespace IPA
Unknown Unknown
} }
public const string FileVersion = "3.12.18";
public const string FileVersion = "3.12.19";
public static Version Version => Assembly.GetEntryAssembly().GetName().Version; public static Version Version => Assembly.GetEntryAssembly().GetName().Version;


+ 1
- 1
appveyor.yml View File

@ -1,6 +1,6 @@
version: 'BSIPA-{branch}-{build}' version: 'BSIPA-{branch}-{build}'
environment: environment:
bsipa_version: '3.12.18'
bsipa_version: '3.12.19'
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
install: install:


Loading…
Cancel
Save