We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe64dd commit 525ffe0Copy full SHA for 525ffe0
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 0.0.1
4
+
5
+- bump version for initial release
6
7
### 0.0.1-beta.20
8
9
- fix config loading
common/src/main/resources/fabric.mod.json
@@ -15,7 +15,7 @@
15
},
16
"license": "LGPL-3.0-or-later",
17
"icon": "assets/axolotlclient_waypoints/icon.png",
18
- "environment": "client",
+ "environment": "*",
19
"entrypoints": {
20
}
21
gradle.properties
@@ -6,7 +6,7 @@ org.gradle.parallel=true
axolotlclient.modules.all=true
# Mod Properties
-version=0.0.1-beta.20+3.1.5
+version=0.0.1+3.1.5
10
11
maven_group=io.github.axolotlclient.waypoints
12
0 commit comments