Skip to content

Commit

Permalink
Update to 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcelyte committed Mar 4, 2023
1 parent 0ea8841 commit 83160ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,20 @@ $(OBJDIR)/%.cpp.o: %.cpp extern makefile | ndk
\"name\": \"Mapping Extensions\",\n\
\"id\": \"MappingExtensions\",\n\
\"author\": \"StackDoubleFlow, rxzz0, rcelyte\",\n\
\"version\": \"0.22.1\",\n\
\"version\": \"0.22.2\",\n\
\"packageId\": \"com.beatgames.beatsaber\",\n\
\"packageVersion\": \"1.27.0_3631150051\",\n\
\"packageVersion\": \"1.28.0_4124311467\",\n\
\"description\": \"This adds a host of new things you can do with your maps as a mapper, and allows you to play said maps as a player. An update of the port of the PC original mod by Kyle 1413. Previously maintained by zoller27osu.\",\n\
\"coverImage\": \"cover.png\",\n\
\"dependencies\": [\n\
{\n\
\"version\": \"^0.32.0\",\n\
\"version\": \"^0.33.0\",\n\
\"id\": \"codegen\",\n\
\"downloadIfMissing\": \"https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.32.0/Codegen.qmod\"\n\
\"downloadIfMissing\": \"https://github.com/sc2ad/BeatSaber-Quest-Codegen/releases/download/v0.33.0/Codegen.qmod\"\n\
}, {\n\
\"version\": \"1.8.7\",\n\
\"version\": \"1.8.9\",\n\
\"id\": \"pinkcore\",\n\
\"downloadIfMissing\": \"https://github.com/BSMGPink/PinkCore/releases/download/v1.8.7/PinkCore.qmod\"\n\
\"downloadIfMissing\": \"https://github.com/BSMGPink/PinkCore/releases/download/v1.8.9/PinkCore.qmod\"\n\
}\n\
],\n\
\"modFiles\": [\"libmappingextensions.so\"],\n\
Expand Down
6 changes: 3 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "MappingExtensions",
"id": "MappingExtensions",
"version": "0.22.1",
"version": "0.22.2",
"url": null,
"additionalData": {}
},
Expand All @@ -20,12 +20,12 @@
},
{
"id": "codegen",
"versionRange": "^0.32.0",
"versionRange": "^0.33.0",
"additionalData": {}
},
{
"id": "pinkcore",
"versionRange": "^1.8.7",
"versionRange": "^1.8.9",
"additionalData": {}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ MAKE_HOOK_MATCH(StaticBeatmapObjectSpawnMovementData_LineYPosForLineLayer, &Glob

extern "C" DL_EXPORT void setup(ModInfo& info) {
info.id = "MappingExtensions";
info.version = "0.22.1";
info.version = "0.22.2";
modInfo = info;
logger = new Logger(modInfo, LoggerOptions(false, true));
logger->info("Leaving setup!");
Expand Down

0 comments on commit 83160ac

Please sign in to comment.