Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
KyGost committed Sep 27, 2021
1 parent 24c375f commit d185f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'fabric-loom' version '0.9.+'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maven_group = dev.cafeteria.artofalchemy
archives_base_name = artofalchemy

# Dependencies
fabric_api_version = 0.40.1+1.17.1
fabric_api_version = 0.39.2+1.17

libgui_version = 4.1.2+1.17.1
modmenu_version = 2.0.2
Expand Down

0 comments on commit d185f5a

Please sign in to comment.