diff --git a/README.md b/README.md
index 628252453..86cf65ded 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).
-
+
diff --git a/gradle.properties b/gradle.properties
index f6230a5dd..ce922eaec 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,12 +3,12 @@ org.gradle.caching=true
org.gradle.parallel=true
modGroup=com.lambda
-modVersion=3.2.1
+modVersion=3.3.0
minecraftVersion=1.12.2
forgeVersion=14.23.5.2860
mappingsChannel=stable
mappingsVersion=39-1.12
-kotlinVersion=1.8.0
+kotlinVersion=1.8.10
kotlinxCoroutinesVersion=1.6.4
diff --git a/src/main/kotlin/com/lambda/client/LambdaMod.kt b/src/main/kotlin/com/lambda/client/LambdaMod.kt
index 5a3271f4d..489f9baa3 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.1"
+ const val VERSION = "3.3.0"
const val APP_ID = 835368493150502923 // DiscordIPC
const val DEPENDENCIES = "required-after:forge@[14.23.5.2860,);"