Skip to content

Commit f140371

Browse files
committed
add tags
1 parent d60af4e commit f140371

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.4
2+
- Add tags
3+
14
# 1.0.3
25
- Add string variant for getLayer
36
- Fix a bug with getLayer

mod.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"geode": "4.1.2",
2+
"geode": "4.2.0",
33
"gd": {
44
"win": "2.2074",
55
"android": "2.2074",
@@ -8,7 +8,7 @@
88
},
99
"id": "alphalaneous.alphas_geode_utils",
1010
"name": "Alpha's Geode Utils",
11-
"version": "v1.0.3",
11+
"version": "v1.0.4",
1212
"developer": "Alphalaneous",
1313
"description": "Miscellaneous utilities for Geode Modding",
1414
"api": {
@@ -20,5 +20,8 @@
2020
"homepage": "https://linktr.ee/Alphalaneous",
2121
"source": "https://github.com/Alphalaneous/Alphas-Geode-Utils",
2222
"community": "https://discord.gg/Txn2CA5dHF"
23-
}
23+
},
24+
"tags": [
25+
"developer", "utility"
26+
]
2427
}

0 commit comments

Comments
 (0)