diff --git a/README.md b/README.md
index 1271e73..72fc3c1 100644
--- a/README.md
+++ b/README.md
@@ -19,12 +19,12 @@ maven { url "https://repo.dreamcode.cc/releases" }
cc.dreamcode
utilities
- 1.4.1
+ 1.4.2
```
```groovy
-implementation "cc.dreamcode:utilities:1.4.1"
+implementation "cc.dreamcode:utilities:1.4.2"
```
### Supported platforms:
@@ -35,11 +35,11 @@ implementation "cc.dreamcode:utilities:1.4.1"
cc.dreamcode
utilities-{platform}
- 1.4.1
+ 1.4.2
```
```groovy
-implementation "cc.dreamcode:utilities-{platform}:1.4.1"
+implementation "cc.dreamcode:utilities-{platform}:1.4.2"
```
For utilities content, open project modules and see the contents of the classes.
diff --git a/build.gradle.kts b/build.gradle.kts
index c350cd5..5ec07f5 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
allprojects {
group = "cc.dreamcode"
- version = "1.4.1"
+ version = "1.4.2"
apply(plugin = "java-library")
apply(plugin = "maven-publish")