Skip to content

Commit

Permalink
Bump dependencies for 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenAlex committed Jul 11, 2024
1 parent 2855abe commit d3e0ddf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
{
"id": "songcore",
"versionRange": "^1.1.13",
"versionRange": "^1.1.14",
"additionalData": {}
},
{
Expand All @@ -67,7 +67,7 @@
},
{
"id": "beatsaverplusplus",
"versionRange": "^0.1.3",
"versionRange": "^0.1.5",
"additionalData": {}
},
{
Expand All @@ -77,7 +77,7 @@
},
{
"id": "paper",
"versionRange": "^3.6.3",
"versionRange": "^3.6.4",
"additionalData": {}
},
{
Expand Down
42 changes: 21 additions & 21 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
{
"id": "songcore",
"versionRange": "^1.1.13",
"versionRange": "^1.1.14",
"additionalData": {}
},
{
Expand All @@ -72,7 +72,7 @@
},
{
"id": "beatsaverplusplus",
"versionRange": "^0.1.3",
"versionRange": "^0.1.5",
"additionalData": {}
},
{
Expand All @@ -82,7 +82,7 @@
},
{
"id": "paper",
"versionRange": "^3.6.3",
"versionRange": "^3.6.4",
"additionalData": {}
},
{
Expand Down Expand Up @@ -162,17 +162,17 @@
{
"dependency": {
"id": "songcore",
"versionRange": "=1.1.13",
"versionRange": "=1.1.14",
"additionalData": {
"soLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.13/libsongcore.so",
"debugSoLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.13/debug_libsongcore.so",
"soLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.14/libsongcore.so",
"debugSoLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.14/debug_libsongcore.so",
"overrideSoName": "libsongcore.so",
"modLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.13/SongCore.qmod",
"branchName": "version/v1_1_13",
"modLink": "https://github.com/raineio/Quest-SongCore/releases/download/v1.1.14/SongCore.qmod",
"branchName": "version/v1_1_14",
"cmake": true
}
},
"version": "1.1.13"
"version": "1.1.14"
},
{
"dependency": {
Expand Down Expand Up @@ -207,13 +207,13 @@
{
"dependency": {
"id": "paper",
"versionRange": "=3.6.3",
"versionRange": "=3.6.4",
"additionalData": {
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/debug_libpaperlog.so",
"soLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.4/libpaperlog.so",
"debugSoLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.4/debug_libpaperlog.so",
"overrideSoName": "libpaperlog.so",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.3/paperlog.qmod",
"branchName": "version/v3_6_3",
"modLink": "https://github.com/Fernthedev/paperlog/releases/download/v3.6.4/paperlog.qmod",
"branchName": "version/v3_6_4",
"compileOptions": {
"systemIncludes": [
"shared/utfcpp/source"
Expand All @@ -222,7 +222,7 @@
"cmake": false
}
},
"version": "3.6.3"
"version": "3.6.4"
},
{
"dependency": {
Expand Down Expand Up @@ -333,17 +333,17 @@
{
"dependency": {
"id": "beatsaverplusplus",
"versionRange": "=0.1.4",
"versionRange": "=0.1.5",
"additionalData": {
"soLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.4/libbeatsaverplusplus.so",
"debugSoLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.4/debug_libbeatsaverplusplus.so",
"soLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.5/libbeatsaverplusplus.so",
"debugSoLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.5/debug_libbeatsaverplusplus.so",
"overrideSoName": "libbeatsaverplusplus.so",
"modLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.4/BeatSaverPlusPlus.qmod",
"branchName": "version/v0_1_4",
"modLink": "https://github.com/RedBrumbler/BeatSaverPlusPlus/releases/download/v0.1.5/BeatSaverPlusPlus.qmod",
"branchName": "version/v0_1_5",
"cmake": false
}
},
"version": "0.1.4"
"version": "0.1.5"
},
{
"dependency": {
Expand Down

0 comments on commit d3e0ddf

Please sign in to comment.