Skip to content

Commit

Permalink
🏷 Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Jan 28, 2022
1 parent c004512 commit 93fd5aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'org.parchmentmc.librarian.forgegradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.2.2-1.18.1'
version = '0.2.3-1.18.1'
group = 'com.mrcrayfish'
archivesBaseName = 'framework'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="GPL3"

[[mods]]
modId="framework"
version="0.2.2"
version="0.2.3"
displayName="Framework"
updateJSONURL="https://mrcrayfish.com/modupdatejson?id=framework"
displayURL="https://mrcrayfish.com/mods?id=framework"
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license="GPL3"

[[mods]]
modId="framework"
version="0.2.2"
version="0.2.3"
displayName="Framework"
updateJSONURL="https://mrcrayfish.com/modupdatejson?id=framework"
displayURL="https://mrcrayfish.com/mods?id=framework"
Expand Down

0 comments on commit 93fd5aa

Please sign in to comment.