Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rollczi committed Dec 2, 2021
1 parent 7bcb70d commit 32b617f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.3.0</version>
<version>1.3.1</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:core:1.3.0'
implementation 'dev.rollczi.litecommands:core:1.3.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.3.0</version>
<version>1.3.1</version>
</dependency>
```
```groovy
implementation 'dev.rollczi.litecommands:velocity:1.3.0'
implementation 'dev.rollczi.litecommands:velocity:1.3.1'
```

#### All extensions:
Expand Down
10 changes: 5 additions & 5 deletions 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.3.0'
version = '1.3.1'

apply plugin: 'java-library'
apply plugin: 'maven-publish'
Expand Down Expand Up @@ -45,10 +45,10 @@ subprojects {
name = "panda-repository"
url = uri("https://repo.panda-lang.org/releases")

// credentials {
// username = "$panda_user_litecommands"
// password = "$panda_pass_litecommands"
// }
credentials {
username = "$panda_user_litecommands"
password = "$panda_pass_litecommands"
}
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions litecommands-bukkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Maven
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>bukkit</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```
Gradle
```groovy
implementation 'dev.rollczi.litecommands:bukkit:1.3.0'
implementation 'dev.rollczi.litecommands:bukkit:1.3.1'
```

#### Examples:
Expand Down
4 changes: 2 additions & 2 deletions litecommands-velocity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Maven
<dependency>
<groupId>dev.rollczi.litecommands</groupId>
<artifactId>velocity</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
```
Gradle
```groovy
implementation 'dev.rollczi.litecommands:velocity:1.3.0'
implementation 'dev.rollczi.litecommands:velocity:1.3.1'
```

#### Examples:
Expand Down

0 comments on commit 32b617f

Please sign in to comment.