diff --git a/README.md b/README.md
index e4346ee65..b995b185b 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,11 @@ Framework Core
dev.rollczi.litecommands
core
- 1.3.0
+ 1.3.1
```
```groovy
-implementation 'dev.rollczi.litecommands:core:1.3.0'
+implementation 'dev.rollczi.litecommands:core:1.3.1'
```
### First Simple Command
@@ -54,11 +54,11 @@ Add this to your dependencies if you want use ready-made implementation for velo
dev.rollczi.litecommands
velocity
- 1.3.0
+ 1.3.1
```
```groovy
-implementation 'dev.rollczi.litecommands:velocity:1.3.0'
+implementation 'dev.rollczi.litecommands:velocity:1.3.1'
```
#### All extensions:
diff --git a/build.gradle b/build.gradle
index b1e4c1309..0ad201159 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
@@ -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"
+ }
}
}
}
diff --git a/litecommands-bukkit/README.md b/litecommands-bukkit/README.md
index 7f864b473..e1bdbd72d 100644
--- a/litecommands-bukkit/README.md
+++ b/litecommands-bukkit/README.md
@@ -4,12 +4,12 @@ Maven
dev.rollczi.litecommands
bukkit
- 1.3.0
+ 1.3.1
```
Gradle
```groovy
-implementation 'dev.rollczi.litecommands:bukkit:1.3.0'
+implementation 'dev.rollczi.litecommands:bukkit:1.3.1'
```
#### Examples:
diff --git a/litecommands-velocity/README.md b/litecommands-velocity/README.md
index 3b1001323..9c2e9e920 100644
--- a/litecommands-velocity/README.md
+++ b/litecommands-velocity/README.md
@@ -4,12 +4,12 @@ Maven
dev.rollczi.litecommands
velocity
- 1.3.0
+ 1.3.1
```
Gradle
```groovy
-implementation 'dev.rollczi.litecommands:velocity:1.3.0'
+implementation 'dev.rollczi.litecommands:velocity:1.3.1'
```
#### Examples: