Skip to content

Commit

Permalink
v1.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackBaroness committed Apr 3, 2023
1 parent de83284 commit cc3046f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ Maven:
<dependency>
<groupId>io.github.blackbaroness</groupId>
<artifactId>fastutil-extender-common</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
</dependency>
```

Gradle (Groovy SDK):

```groovy
implementation 'io.github.blackbaroness:fastutil-extender-common:0.1.0'
implementation 'io.github.blackbaroness:fastutil-extender-common:1.2.0'
```

Gradle (Kotlin SDK):

```kotlin
implementation("io.github.blackbaroness:fastutil-extender-common:0.1.0")
implementation("io.github.blackbaroness:fastutil-extender-common:1.2.0")
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "io.github.blackbaroness"
version = "1.1.0"
version = "1.2.0"
}

subprojects {
Expand Down

0 comments on commit cc3046f

Please sign in to comment.