This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Updated versioning to match master
0.13.3-update-dev
Anairkoen Schno
5 years ago
parent
90a00bc890
commit
d4b9b38a8a
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BSIPA-ModList/manifest.json
+1
-1
IPA.Loader/Config/SelfConfig.cs
+1
-1
IPA.Loader/Loader/manifest.json
+1
-1
IPA/Program.cs
+1
-1
appveyor.yml
+ 1
- 1
BSIPA-ModList/manifest.json
View File
@ -14,7 +14,7 @@
"version"
:
"1.2.1"
,
"icon"
:
"BSIPA_ModList.Icons.self.png"
,
"dependsOn"
:
{
"BSIPA"
:
"^3.12.1
6
"
,
"BSIPA"
:
"^3.12.1
8
"
,
"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.1
6
"
;
internal
const
string
IPAVersion
=
"3.12.1
8
"
;
public
bool
Regenerate
=
true
;
+ 1
- 1
IPA.Loader/Loader/manifest.json
View File
@ -8,7 +8,7 @@
"gameVersion"
:
"0.13.2"
,
"id"
:
"BSIPA"
,
"name"
:
"Beat Saber IPA"
,
"version"
:
"3.12.1
6
"
,
"version"
:
"3.12.1
8
"
,
"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.1
6
"
;
public
const
string
FileVersion
=
"3.12.1
8
"
;
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.1
6
'
bsipa_version
:
'3.12.1
8
'
pull_requests:
do_not_increment_build_number
:
true
install:
Write
Preview
Loading…
Cancel
Save