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
Bump version
master
4.3.5
Meivyn
3 months ago
parent
8ca34ff788
commit
a81bad951f
No known key found for this signature in database
GPG Key ID:
8BDD3E48158B2F71
3 changed files
with
3 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
IPA.Loader/Config/SelfConfig.cs
+1
-1
IPA.Loader/Loader/manifest.json
+1
-1
IPA/Program.cs
+ 1
- 1
IPA.Loader/Config/SelfConfig.cs
View File
@ -87,7 +87,7 @@ namespace IPA.Config
}
}
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAVersion
=
"4.3.
4
.0"
;
internal
const
string
IPAVersion
=
"4.3.
5
.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
+ 1
- 1
IPA.Loader/Loader/manifest.json
View File
@ -7,7 +7,7 @@
]
,
]
,
"id"
:
"BSIPA"
,
"id"
:
"BSIPA"
,
"name"
:
"Beat Saber IPA"
,
"name"
:
"Beat Saber IPA"
,
"version"
:
"4.3.
4
"
,
"version"
:
"4.3.
5
"
,
"icon"
:
"IPA.icon_white.png"
,
"icon"
:
"IPA.icon_white.png"
,
"features"
:
{
"features"
:
{
"IPA.DefineFeature"
:
[
"IPA.DefineFeature"
:
[
+ 1
- 1
IPA/Program.cs
View File
@ -21,7 +21,7 @@ namespace IPA
Unknown
Unknown
}
}
public
const
string
FileVersion
=
"4.3.
4
.0"
;
public
const
string
FileVersion
=
"4.3.
5
.0"
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
!
.
GetName
(
)
.
Version
!
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
!
.
GetName
(
)
.
Version
!
;
Write
Preview
Loading…
Cancel
Save