Skip to content

Commit 54f089e

Browse files
committed
release(main): Bump version
1 parent b44aa31 commit 54f089e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Add the mod to your `mod.json`:
2222
"dependencies": [
2323
{
2424
"id": "jouca.badgesapi",
25-
"version": ">=v1.2.1",
25+
"version": ">=v1.2.2",
2626
"importance": "required"
2727
},
2828
{
2929
"id": "geode.node-ids",
30-
"version": ">=v1.20.0",
30+
"version": ">=v1.20.1",
3131
"importance": "required"
3232
}
3333
]

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## <cj>v1.2.2</c> <cb>(2025-04-02)</c>
3+
* <cp>Badges API ported for Geode iOS</c>
4+
25
## <cj>v1.2.1</c> <cb>(2025-02-25)</c>
36
* <cy>Fixed</c> data from badges not sent on badges menu
47

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
},
99
"id": "jouca.badgesapi",
1010
"name": "Badges API",
11-
"version": "v1.2.1",
11+
"version": "v1.2.2",
1212
"developer": "Jouca",
1313
"description": "API mod to integrate badges & optimizing UI",
1414
"dependencies": [
1515
{
1616
"id": "geode.node-ids",
17-
"version": ">=v1.20.0",
17+
"version": ">=v1.20.1",
1818
"importance": "required"
1919
}
2020
],

0 commit comments

Comments
 (0)