Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Nov 20, 2021
1 parent 59975dc commit d616ca1
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 @@ -20,11 +20,11 @@ Framework Core
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:core:1.1.0'
implementation 'dev.rollczi.litecommands:core:1.2.0'
```

### First Simple Command
Expand Down Expand Up @@ -54,11 +54,11 @@ Add this to your dependencies if you want use ready-made implementation for velo
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>velocity</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:velocity:1.1.0'
implementation 'dev.rollczi.litecommands:velocity:1.2.0'
```

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

allprojects {
group = 'dev.rollczi.litecommands'
version = '1.1.0'
version = '1.2.0'

apply plugin: 'java-library'
apply plugin: 'maven-publish'
Expand Down

0 comments on commit d616ca1

Please sign in to comment.