Skip to content

Commit

Permalink
vers push
Browse files Browse the repository at this point in the history
  • Loading branch information
DillyzThe1 committed Feb 1, 2023
1 parent 41e0773 commit 348bfbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DRAPI-Mod-Manager/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ json launcherjson, announcementjson;

path userdatapath;

const int launcherversion = 83;
const string launcherversionname = "2023.1.27";
const int launcherversion = 84;
const string launcherversionname = "2023.1.31";
json userdata = {
{"last_announcement", -1},
{"last_bepinex", -1},
Expand Down
4 changes: 2 additions & 2 deletions data/launcher_latest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 80,
"launcherversion": "2023.1.27",
"version": 84,
"launcherversion": "2023.1.31",
"launcherdownloads": "https://github.com/DillyzThe1/DRAPI-Mod-Manager/releases/latest/",
"bepinex_vers": 0,
"bepinex": "https://builds.bepinex.dev/projects/bepinex_be/577/BepInEx_UnityIL2CPP_x86_ec79ad0_6.0.0-be.577.zip",
Expand Down

0 comments on commit 348bfbe

Please sign in to comment.