Skip to content

Commit 554620e

Browse files
committed
beta 1
1 parent 2cc1373 commit 554620e

2 files changed

Lines changed: 21 additions & 18 deletions

File tree

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.2.0
2+
- Move out of beta
3+
14
# 1.2.0-beta.2
25
- Geode Alpha 2 support
36
- Performance Improvements

mod.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"geode": "5.0.0-alpha.2",
3-
"gd": {
4-
"win": "2.2081",
5-
"android": "2.2081",
6-
"mac": "2.2081",
7-
"ios": "2.2081"
8-
},
9-
"id": "alphalaneous.alphas_geode_utils",
10-
"name": "Alpha's Geode Utils",
11-
"version": "v1.2.0-beta.2",
12-
"developer": "Alphalaneous",
13-
"description": "Miscellaneous utilities for Geode Modding",
14-
"api": {
2+
"geode": "5.0.0-beta.1",
3+
"gd": {
4+
"win": "2.2081",
5+
"android": "2.2081",
6+
"mac": "2.2081",
7+
"ios": "2.2081"
8+
},
9+
"id": "alphalaneous.alphas_geode_utils",
10+
"name": "Alpha's Geode Utils",
11+
"version": "v1.2.0",
12+
"developer": "Alphalaneous",
13+
"description": "Miscellaneous utilities for Geode Modding",
14+
"api": {
1515
"include": [
1616
"include/*.hpp"
1717
]
1818
},
19-
"early-load": true,
20-
"links": {
19+
"early-load": true,
20+
"links": {
2121
"homepage": "https://linktr.ee/Alphalaneous",
2222
"source": "https://github.com/Alphalaneous/Alphas-Geode-Utils",
2323
"community": "https://discord.gg/Txn2CA5dHF"
2424
},
25-
"tags": [
26-
"developer", "utility", "api"
27-
]
25+
"tags": [
26+
"developer", "utility", "api"
27+
]
2828
}

0 commit comments

Comments
 (0)