Skip to content

Commit

Permalink
Release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Oct 6, 2024
1 parent 2e49d32 commit c387fa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ maven { url "https://repo.dreamcode.cc/releases" }
<dependency>
<groupId>cc.dreamcode</groupId>
<artifactId>utilities</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</dependency>
```

```groovy
implementation "cc.dreamcode:utilities:1.4.8"
implementation "cc.dreamcode:utilities:1.4.9"
```

### Supported platforms:
Expand All @@ -35,11 +35,11 @@ implementation "cc.dreamcode:utilities:1.4.8"
<dependency>
<groupId>cc.dreamcode</groupId>
<artifactId>utilities-{platform}</artifactId>
<version>1.4.8</version>
<version>1.4.9</version>
</dependency>
```
```groovy
implementation "cc.dreamcode:utilities-{platform}:1.4.8"
implementation "cc.dreamcode:utilities-{platform}:1.4.9"
```

For utilities content, open project modules and see the contents of the classes.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

allprojects {
group = "cc.dreamcode"
version = "1.4.8"
version = "1.4.9"

apply(plugin = "java-library")
apply(plugin = "maven-publish")
Expand Down

0 comments on commit c387fa8

Please sign in to comment.