Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 17, 2023
1 parent 35b126e commit 008b2ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changelog
## 3.0.6

Updated CI / Build Script
### Fixed

- KubeJS fields being private on new events
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.2-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.3.0"
id "dev.architectury.loom" version "1.4-SNAPSHOT" apply false
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
}

architectury {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ minecraft_version=1.19.2
enabled_platforms=fabric,forge

archives_base_name=SimpleDiscordRichPresence
mod_version=3.0.5
mod_version=3.0.6
maven_group=com.sunekaer.mods

curseforge_id=334853
Expand Down

0 comments on commit 008b2ff

Please sign in to comment.