Skip to content

Commit

Permalink
Release 1.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed Mar 17, 2024
1 parent 990fa3d commit 320da33
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 @@ -17,12 +17,12 @@ maven { url "https://repo.dreamcode.cc/releases" }
<dependency>
<groupId>cc.dreamcode.platform</groupId>
<artifactId>core</artifactId>
<version>1.9.17</version>
<version>1.9.18</version>
</dependency>
```

```groovy
implementation "cc.dreamcode.platform:core:1.9.17"
implementation "cc.dreamcode.platform:core:1.9.18"
```

### Supported platforms:
Expand All @@ -41,11 +41,11 @@ implementation "cc.dreamcode.platform:core:1.9.17"
<dependency>
<groupId>cc.dreamcode.platform</groupId>
<artifactId>{platform/common}</artifactId>
<version>1.9.17</version>
<version>1.9.18</version>
</dependency>
```
```groovy
implementation "cc.dreamcode.platform:{platform/common}:1.9.17"
implementation "cc.dreamcode.platform:{platform/common}:1.9.18"
```

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

allprojects {
group 'cc.dreamcode.platform'
version '1.9.17'
version '1.9.18'

apply plugin: 'java-library'
apply plugin: 'checkstyle'
Expand Down

0 comments on commit 320da33

Please sign in to comment.