diff --git a/README.md b/README.md index 7c7d993be..622186b6d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Customize your experience, and improve your efficiency! Find our plugins [here](https://github.com/lambda-plugins).
## Installation diff --git a/gradle.properties b/gradle.properties index 4380dbae4..099a235fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.caching=true org.gradle.parallel=true modGroup=com.lambda -modVersion=3.2 +modVersion=3.2.1 minecraftVersion=1.12.2 forgeVersion=14.23.5.2860 diff --git a/src/main/kotlin/com/lambda/client/LambdaMod.kt b/src/main/kotlin/com/lambda/client/LambdaMod.kt index 781b0c981..5a3271f4d 100644 --- a/src/main/kotlin/com/lambda/client/LambdaMod.kt +++ b/src/main/kotlin/com/lambda/client/LambdaMod.kt @@ -29,7 +29,7 @@ class LambdaMod { const val ID = "lambda" const val DIRECTORY = "lambda" - const val VERSION = "3.2" + const val VERSION = "3.2.1" const val APP_ID = 835368493150502923 // DiscordIPC const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"