Browse Source

Updated GameVersion

Updated versions to follow master
0.13.3-update-dev
Anairkoen Schno 5 years ago
parent
commit
3833b65920
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.",
],
"gameVersion": "0.13.2",
"gameVersion": "1.0.0",
"id": "BSIPA Mod List",
"name": "BSIPA Mod List",
"version": "1.2.1",
"version": "1.2.2",
"icon": "BSIPA_ModList.Icons.self.png",
"dependsOn": {
"BSIPA": "^3.12.18",
"BSIPA": "^3.12.19",
"CustomUI": "^1.5.4"
},
"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 IPAVersion = "3.12.18";
internal const string IPAVersion = "3.12.19";
public bool Regenerate = true;


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

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


+ 1
- 1
IPA/Program.cs View File

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


+ 1
- 1
appveyor.yml View File

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


Loading…
Cancel
Save