Skip to content

Commit cbc35b7

Browse files
committed
4.1.2
1 parent 635b2c7 commit cbc35b7

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.1
1+
# SimpAPI v4.1.2
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.1</version>
28+
<version>4.1.2</version>
2929
</dependency>
3030
```
3131

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

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

pom.xml

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

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

1212
<name>SimpAPI</name>
1313

1414
<properties>
15-
<java.version>16</java.version>
15+
<java.version>1.8</java.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818

0 commit comments

Comments
 (0)