Skip to content

Commit 961beec

Browse files
committed
4.1.1
1 parent b5ce85e commit 961beec

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SimpAPI v4.1.0
1+
# SimpAPI v4.1.1
22
****
33
SimpAPI, finally a good API that can make coding MC Plugins much easier and less painful.
44
This API includes all of my primary utilities like *Menu Manager*, *Command Manager*, *ColorTranslator*, and more.
@@ -25,7 +25,7 @@ JavaDocs: https://kodysimpson.github.io/SimpAPI/index.html
2525
<dependency>
2626
<groupId>com.github.KodySimpson</groupId>
2727
<artifactId>SimpAPI</artifactId>
28-
<version>4.1.0</version>
28+
<version>4.1.1</version>
2929
</dependency>
3030
```
3131

@@ -51,14 +51,14 @@ repositories {
5151
Groovy:
5252
```groovy
5353
dependencies {
54-
implementation 'com.github.KodySimpson:SimpAPI:4.1.0'
54+
implementation 'com.github.KodySimpson:SimpAPI:4.1.1'
5555
}
5656
```
5757

5858
Kotlin:
5959
```kotlin
6060
dependencies {
61-
implementation("com.github.KodySimpson:SimpAPI:4.1.0")
61+
implementation("com.github.KodySimpson:SimpAPI:4.1.1")
6262
}
6363
```
6464

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.kodysimpson</groupId>
88
<artifactId>SimpAPI</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.1.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SimpAPI</name>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.jetbrains</groupId>
8888
<artifactId>annotations</artifactId>
89-
<version>RELEASE</version>
89+
<version>21.0.1</version>
9090
<scope>compile</scope>
9191
</dependency>
9292
</dependencies>

0 commit comments

Comments
 (0)