Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
p0t4t0sandwich committed Jun 20, 2023
1 parent 8568287 commit 4351fed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,3 @@ pronouns:
- Config option for suffix weight
# Release Notes
- Updated the Fabric 1.17 Message listener to ignore commands (whoops)
- Translated all Fabric events to mixins
- Fixed build error for the Fabric mixin refmap
- No longer depends on the Fabric API
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ subprojects {
apply(plugin: 'java')

group = 'ca.sperrer.p0t4t0sandwich'
version = '1.0.4'
version = '1.0.5'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJ_ID=lppronouns
PROJ_NAME=LPPronouns
VERSION=1.0.4
VERSION=1.0.5
GROUP_ID=ca/sperrer/p0t4t0sandwich

# --------------------------- Functions --------------------------------
Expand Down

0 comments on commit 4351fed

Please sign in to comment.