Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
the Core version should have been bumped with the last release, but it was forgotten
  • Loading branch information
SpaceWalkerRS committed Jul 8, 2024
1 parent e863f8c commit a6d62c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment = *
minecraft_version = 1.7.2
feather_build = 1

root_version = 0.15.3
root_version = 0.16.0
root_maven_group = net.ornithemc
maven_group = osl
root_archives_base_name = ornithe-standard-libraries
Expand Down
2 changes: 1 addition & 1 deletion libraries/config/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "${mc_version_range}",
"osl-core": ">=0.4.0",
"osl-core": ">=0.6.0",
"osl-entrypoints": ">=0.2.0",
"osl-lifecycle-events": ">=0.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion libraries/core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.5.1
version = 0.6.0
archives_base_name = core


Expand Down

0 comments on commit a6d62c4

Please sign in to comment.