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
Bumped version
pull/53/head
Anairkoen Schno
4 years ago
parent
ce6e92ef5a
commit
b4fc040518
Signed by:
DaNike
GPG Key ID:
BEFB74D5F3FC4387
3 changed files
with
4 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Config/SelfConfig.cs
+2
-2
IPA.Loader/Loader/manifest.json
+1
-1
IPA/Program.cs
+ 1
- 1
IPA.Loader/Config/SelfConfig.cs
View File
@ -68,7 +68,7 @@ namespace IPA.Config
}
}
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAVersion
=
"4.
0.6
.0"
;
internal
const
string
IPAVersion
=
"4.
1.0
.0"
;
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
// uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug,
// Debug.CondenseModLogs
// Debug.CondenseModLogs
+ 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"
:
"1.
8
.0"
,
"gameVersion"
:
"1.
11
.0"
,
"id"
:
"BSIPA"
,
"id"
:
"BSIPA"
,
"name"
:
"Beat Saber IPA"
,
"name"
:
"Beat Saber IPA"
,
"version"
:
"4.
0.6
"
,
"version"
:
"4.
1.0
"
,
"icon"
:
"IPA.icon_white.png"
,
"icon"
:
"IPA.icon_white.png"
,
"features"
:
{
"features"
:
{
"IPA.DefineFeature"
:
{
"IPA.DefineFeature"
:
{
+ 1
- 1
IPA/Program.cs
View File
@ -23,7 +23,7 @@ namespace IPA
Unknown
Unknown
}
}
public
const
string
FileVersion
=
"4.
0.6
.0"
;
public
const
string
FileVersion
=
"4.
1.0
.0"
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
.
GetName
(
)
.
Version
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
.
GetName
(
)
.
Version
;
Write
Preview
Loading…
Cancel
Save