Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
Include configurate dependencies
  • Loading branch information
Ale32bit committed Dec 15, 2024
1 parent cd2553e commit 0a60672
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 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.21.1
JAVA_VERSION: 21
VERSION: 1.1.0+1.21.1
RELEASE_NAME: Solstice 1.1.0 for Minecraft 1.21.1
VERSION: 1.1.1+1.21.1
RELEASE_NAME: Solstice 1.1.1 for Minecraft 1.21.1
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

name: "${{env.RELEASE_NAME}}"
version: "${{env.VERSION}}"
version-type: beta
version-type: release
changelog-file: CHANGELOG.md

loaders: fabric
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 1.1.1

- Bugfix missing dependencies for a dependency.

# 1.1.0

- Added staff chat via `/staffchat` command. Also toggleable.
- Added `/helpop` for players to send prima help requests to all operators.
- Added `/helpop` for players to send help requests to all operators.
- Added TimeSpan to `/restart` and `/timebar`.
- Clarified comment for username formats.

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dependencies {
include implementation("org.spongepowered:configurate-core:${project.configurate_version}")
include implementation("org.spongepowered:configurate-hocon:${project.configurate_version}")
include implementation("org.spongepowered:configurate-gson:${project.configurate_version}")
include "com.typesafe:config:1.4.3"
include "io.leangen.geantyref:geantyref:2.0.0"

include modImplementation("me.lucko:fabric-permissions-api:${project.permissions_api_version}")

Expand Down
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.21.1+build.3
loader_version=0.16.9

# Mod Properties
mod_version=1.1.0+1.21.1
mod_version=1.1.1+1.21.1
maven_group=me.alexdevs
archives_base_name=solstice

Expand Down

0 comments on commit 0a60672

Please sign in to comment.