Skip to content

Commit

Permalink
Release 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravis96 committed May 23, 2024
1 parent c15158f commit c8bf485
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.12.1</version>
<version>1.12.2</version>
</dependency>
```

```groovy
implementation "cc.dreamcode.platform:core:1.12.1"
implementation "cc.dreamcode.platform:core:1.12.2"
```

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

For project content, open project modules and see the contents of the classes. (todo)
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.platform"
version = "1.12.1"
version = "1.12.2"

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

0 comments on commit c8bf485

Please sign in to comment.