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/46/head
Anairkoen Schno
5 years ago
parent
d905fab1de
commit
b7128ae754
4 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
+1
-1
IPA.Loader/Loader/manifest.json
+1
-1
IPA/Program.cs
+1
-1
appveyor.yml
+ 1
- 1
IPA.Loader/Config/SelfConfig.cs
View File
@ -67,7 +67,7 @@ namespace IPA.Config
}
}
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAName
=
"Beat Saber IPA"
;
internal
const
string
IPAVersion
=
"3.13.
2
"
;
internal
const
string
IPAVersion
=
"3.13.
3
"
;
// 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
@ -8,7 +8,7 @@
"gameVersion"
:
"1.3.0"
,
"gameVersion"
:
"1.3.0"
,
"id"
:
"BSIPA"
,
"id"
:
"BSIPA"
,
"name"
:
"Beat Saber IPA"
,
"name"
:
"Beat Saber IPA"
,
"version"
:
"3.13.
2
"
,
"version"
:
"3.13.
3
"
,
"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.13.
2
"
;
public
const
string
FileVersion
=
"3.13.
3
"
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
.
GetName
(
)
.
Version
;
public
static
Version
Version
=
>
Assembly
.
GetEntryAssembly
(
)
.
GetName
(
)
.
Version
;
+ 1
- 1
appveyor.yml
View File
@ -1,7 +1,7 @@
version
:
'BSIPA-{branch}-{build}'
version
:
'BSIPA-{branch}-{build}'
environment:
environment:
bsipa_version
:
'3.13.
2
'
bsipa_version
:
'3.13.
3
'
gh_token:
gh_token:
secure
:
E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU
secure
:
E42gl/yepETuoLSwbJZ1GmEIPK6cCJu6zkd59NA21XiICtEV6COOLW7aehi1tcVU
Write
Preview
Loading…
Cancel
Save