Skip to content

Commit

Permalink
Bumped version to 1.3.0
Browse files Browse the repository at this point in the history
* Also fixed maven group to be in line with JitPack
  • Loading branch information
apace100 committed Apr 15, 2022
1 parent c46b380 commit 2165f4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.13.3

# Mod Properties
mod_version = 1.2.4
maven_group = io.github.apace100
mod_version = 1.3.0
maven_group = com.github.apace100
archives_base_name = Origins-Classes-1.18.2

# Dependencies
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"depends": {
"fabricloader": ">=0.11.3",
"fabric": "*",
"minecraft": "1.18.x",
"origins": ">=1.2.0",
"minecraft": "1.18.2",
"origins": ">=1.4.0",
"java": ">=17"
}
}

0 comments on commit 2165f4c

Please sign in to comment.