Skip to content

Commit

Permalink
Update version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jul 2, 2024
1 parent a60afca commit 6a648d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"id": "custom-json-data",
"versionRange": "^0.21.0",
"versionRange": "^0.21.1",
"additionalData": {}
},
{
Expand Down
14 changes: 7 additions & 7 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"id": "custom-json-data",
"versionRange": "^0.21.0",
"versionRange": "^0.21.1",
"additionalData": {}
},
{
Expand Down Expand Up @@ -171,13 +171,13 @@
{
"dependency": {
"id": "custom-json-data",
"versionRange": "=0.21.0",
"versionRange": "=0.21.1",
"additionalData": {
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.0/libcustom-json-data.so",
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.0/debug_libcustom-json-data.so",
"soLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.1/libcustom-json-data.so",
"debugSoLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.1/debug_libcustom-json-data.so",
"overrideSoName": "libcustom-json-data.so",
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.0/custom-json-data.qmod",
"branchName": "version/v0_21_0",
"modLink": "https://github.com/StackDoubleFlow/CustomJSONData/releases/download/v0.21.1/custom-json-data.qmod",
"branchName": "version/v0_21_1",
"compileOptions": {
"cppFlags": [
"-DRAPIDJSON_NEON"
Expand All @@ -186,7 +186,7 @@
"cmake": true
}
},
"version": "0.21.0"
"version": "0.21.1"
},
{
"dependency": {
Expand Down

0 comments on commit 6a648d7

Please sign in to comment.