Skip to content

Commit

Permalink
Bump version to 1.7.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale32bit committed Jan 23, 2025
1 parent 56a2a00 commit 318f5d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on: [ workflow_dispatch ]
env:
MINECRAFT_VERSION: 1.20.1
JAVA_VERSION: 17
VERSION: 1.7.0+1.20.1-alpha-1
RELEASE_NAME: Solstice 1.7.0-alpha-1 for Minecraft 1.20.1
VERSION: 1.7.0+1.20.1-alpha-2
RELEASE_NAME: Solstice 1.7.0-alpha-2 for Minecraft 1.20.1
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# 1.7.0-alpha-1
# 1.7.0

- Make modules toggleable (requires restart).
- Add all biomes list to `/rtp [<biome>]` command if `solstic.rtp.exempt.biome` is granted.
## Alpha 2

- `/sleep` now works in daytime too, but does not skip day.
- Revamped how display names are processed, fixing many bugs.

## Alpha 1

- Made modules toggleable (requires restart).
- Added all biomes list to `/rtp [<biome>]` command if `solstic.rtp.exempt.biome` is granted.
- Fixed permissions for `/effects` command.
- Added `/sleep [<entities>]` command.
- Minor bugfixes
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.10

# Mod Properties
mod_version=1.7.0+1.20.1-alpha-1
mod_version=1.7.0+1.20.1-alpha-2
maven_group=me.alexdevs
archives_base_name=solstice

Expand Down

0 comments on commit 318f5d2

Please sign in to comment.