Skip to content

Commit

Permalink
one dot twenty eight
Browse files Browse the repository at this point in the history
  • Loading branch information
kodenamekrak committed Mar 3, 2023
1 parent dd7a668 commit 5c0d3ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"defines": [
"MOD_ID=\"particletuner\"",
"VERSION=\"0.1.0\"",
"VERSION=\"0.1.1\"",
"__GNUC__",
"__aarch64__"
],
Expand Down
2 changes: 1 addition & 1 deletion mod.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"id": "${mod_id}",
"author": "KodenameKRAK",
"version": "${version}",
"packageVersion": "1.27.0_3631150051",
"packageVersion": "1.28.0_4124311467",
"description": "Lets you tweak individual particle settings! And has rainbow particles!",
"dependencies": [],
"modFiles": [],
Expand Down
8 changes: 4 additions & 4 deletions qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "ParticleTuner",
"id": "particletuner",
"version": "0.1.0",
"version": "0.1.1",
"url": null,
"additionalData": {
"overrideSoName": "libparticletuner.so",
Expand Down Expand Up @@ -33,12 +33,12 @@
},
{
"id": "codegen",
"versionRange": "^0.32.0",
"versionRange": "^0.33.0",
"additionalData": {}
},
{
"id": "custom-types",
"versionRange": "^0.15.22",
"versionRange": "^0.15.23",
"additionalData": {}
},
{
Expand All @@ -48,7 +48,7 @@
},
{
"id": "bsml",
"versionRange": "^0.2.10",
"versionRange": "^0.3.1",
"additionalData": {}
}
],
Expand Down

0 comments on commit 5c0d3ec

Please sign in to comment.