Skip to content

Commit 525ffe0

Browse files
committed
bump version
1 parent ebe64dd commit 525ffe0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 0.0.1
4+
5+
- bump version for initial release
6+
37
### 0.0.1-beta.20
48

59
- fix config loading

common/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"license": "LGPL-3.0-or-later",
1717
"icon": "assets/axolotlclient_waypoints/icon.png",
18-
"environment": "client",
18+
"environment": "*",
1919
"entrypoints": {
2020
}
2121
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.parallel=true
66
axolotlclient.modules.all=true
77

88
# Mod Properties
9-
version=0.0.1-beta.20+3.1.5
9+
version=0.0.1+3.1.5
1010

1111
maven_group=io.github.axolotlclient.waypoints
1212

0 commit comments

Comments
 (0)