Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ReBlast/Cordex into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Aug 31, 2023
2 parents 7546543 + 9b7a60d commit 3e7933d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}
dependencies {
implementation("com.github.reblast:Cordex:0.2.2")
implementation("com.github.reblast:Cordex:0.2.3")
}
```

Expand All @@ -44,7 +44,7 @@ dependencies {
<dependency>
<groupId>com.github.reblast</groupId>
<artifactId>Cordex</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
</dependency>
```

Expand Down
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 {
}

group = "com.github.reblast"
version = "0.2.2"
version = "0.2.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit 3e7933d

Please sign in to comment.