Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Nov 16, 2021
1 parent f2903a4 commit 25b89f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Framework Core
```xml
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>core.0</artifactId>
<version>1.0</version>
<artifactId>core</artifactId>
<version>1.0.1</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:core:1.0.0'
implementation 'dev.rollczi.litecommands:core:1.0.1'
```

### 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.0.0</version>
<version>1.0.1</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:velocity:1.0.0'
implementation 'dev.rollczi.litecommands:velocity:1.0.1'
```

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

allprojects {
group = 'dev.rollczi.litecommands'
version = '1.0.0'
version = '1.0.1'

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

0 comments on commit 25b89f5

Please sign in to comment.