Skip to content

Commit 770c858

Browse files
committed
Set version to 1.2.2
No new functionality was added, but a new release needs a new tag.
1 parent 7aa954a commit 770c858

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"defines": [
55
"MOD_ID=\"too-many-fireworks\"",
6-
"VERSION=\"1.2.1\"",
6+
"VERSION=\"1.2.2\"",
77
"__GNUC__",
88
"__aarch64__"
99
],

mod.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "${mod_name}",
55
"id": "${mod_id}",
66
"author": "CatsaCode",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"packageId": "com.beatgames.beatsaber",
99
"packageVersion": "1.40.4_5283",
1010
"description": "Don't think there's enough fireworks? This mod adds a variety of settings that can make fireworks powerful enough to explode the game itself!",

qpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"info": {
66
"name": "TooManyFireworks",
77
"id": "too-many-fireworks",
8-
"version": "1.2.1",
8+
"version": "1.2.2",
99
"url": null,
1010
"additionalData": {
1111
"overrideSoName": "libtoo-many-fireworks.so",

qpm.shared.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"info": {
77
"name": "TooManyFireworks",
88
"id": "too-many-fireworks",
9-
"version": "1.2.1",
9+
"version": "1.2.2",
1010
"url": null,
1111
"additionalData": {
1212
"overrideSoName": "libtoo-many-fireworks.so",
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"id": "config-utils",
77-
"versionRange": "^2.0.2",
77+
"versionRange": "^2.0.3",
7878
"additionalData": {}
7979
},
8080
{

0 commit comments

Comments
 (0)