We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2d0a7 commit 51985e8Copy full SHA for 51985e8
README.md
@@ -1,6 +1,6 @@
1
<h1> <img src="images/jaiva-full-logo.png" width="50"> Jaiva!</h1>
2
3
-(Current) Version : **_4.1.0_**
+(Current) Version : **_4.1.1_**
4
5

6
pom.xml
@@ -6,7 +6,7 @@
7
<groupId>com.jaiva</groupId>
8
<artifactId>jaiva</artifactId>
9
- <version>4.1.0</version>
+ <version>4.1.1</version>
10
11
<properties>
12
<maven.compiler.source>17</maven.compiler.source>
src/main/java/com/jaiva/Main.java
@@ -54,7 +54,7 @@ public class Main {
54
* .<build number>"
55
* (SemVar).
56
*/
57
- public static String version = "4.1.0";
+ public static String version = "4.1.1";
58
/**
59
* Author, it's just me.
60
0 commit comments