diff --git a/README.md b/README.md index 1f40e5f..b048cfb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can add the library by inserting the following in your `build.gradle` (Requi **Note 1: since MC 1.17 builds, the Satin dependency must be lowercase.** **Note 2: since MC 1.20.1 builds (1.14.0), the maven group changed from `io.github.ladysnake` to `org.ladysnake`.** -**Note 3: since June 2023, the maven url changed from `ladysnake.jfrog.io/mods` to `maven.ladysnake.org/releases`.** +**Note 3: since June 2023, the maven url changed from `ladysnake.jfrog.io/artifactory/mods` to `maven.ladysnake.org/releases`.** ```gradle repositories { diff --git a/changelog.md b/changelog.md index f324c63..908252e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,5 @@ ------------------------------------------------------ -Version 1.13.1 +Version 1.14.0 ------------------------------------------------------ Updated to MC 1.20.1 diff --git a/gradle.properties b/gradle.properties index 4d34c21..c017257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ loader_version=0.14.21 fabric_version=0.84.0+1.20.1 # Mod Properties -mod_version = 1.13.0 +mod_version = 1.14.0 owners = Ladysnake maven_group = org.ladysnake archives_base_name = satin