Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Mar 10, 2022
1 parent 4c9a7dd commit 9b774f8
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 @@ -20,9 +20,9 @@ Framework Core
<dependency>
<groupId>dev.rollczi</groupId>
<artifactId>liteskullapi</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
```groovy
implementation 'dev.rollczi:liteskullapi:1.0.1'
implementation 'dev.rollczi:liteskullapi:1.0.2'
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'dev.rollczi'
version '1.0.1'
version '1.0.2'

repositories {
mavenCentral()
Expand Down

0 comments on commit 9b774f8

Please sign in to comment.