Skip to content

Commit e3fb8f8

Browse files
committed
release(main): Bump version
1 parent a1fad48 commit e3fb8f8

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## <cj>v1.5.0</c> <cb>(2025-04-18)</c>
3+
* <cg>Added</c> <cj>Space</c> & <co>Cosmos</c> gauntlet designs.
4+
* <cg>Added</c> <co>Fire</c>, <cj>Ice</c>, <cg>Poison</c>, <cp>Shadow</c> & <cr>Lava</c> gauntlet particles.
5+
26
## <cj>v1.4.5</c> <cb>(2025-04-07)</c>
37
* <cy>Updated</c> MQTT notification system to AMQP.
48

mod.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"geode": "4.3.1",
3-
"version": "v1.4.6",
3+
"version": "v1.5.0",
44
"gd": {
55
"win": "2.2074",
66
"mac": "2.2074",
@@ -15,18 +15,10 @@
1515
"community": "https://discord.gg/MU4Rpc6xbJ",
1616
"source": "https://github.com/Jouca/GDUtils-Geode"
1717
},
18-
"dependencies": [
19-
{
20-
"id": "geode.node-ids",
21-
"version": ">=v1.20.1",
22-
"importance": "required"
23-
},
24-
{
25-
"id": "jouca.badgesapi",
26-
"version": ">=v1.2.2",
27-
"importance": "required"
28-
}
29-
],
18+
"dependencies": {
19+
"geode.node-ids": ">=v1.20.1",
20+
"jouca.badgesapi": ">=v1.2.3"
21+
},
3022
"api": {
3123
"include": [ "include/*.hpp" ]
3224
},

0 commit comments

Comments
 (0)