Skip to content

Commit 3c945d5

Browse files
committed
Bump version
Signed-off-by: Lehlogonolo Poole <[email protected]>
1 parent 5ecea10 commit 3c945d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1> <img src="images/jaiva-full-logo.png" width="50"> Jaiva!</h1>
22

3-
(Current) Version : **_4.0.0_**
3+
(Current) Version : **_4.1.0_**
44

55
![isTen](./images/isTen.png)
66

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.jaiva</groupId>
88
<artifactId>jaiva</artifactId>
9-
<version>4.0.0</version>
9+
<version>4.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>17</maven.compiler.source>

src/main/java/com/jaiva/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class Main {
5454
* .<build number>"
5555
* (SemVar).
5656
*/
57-
public static String version = "4.0.0";
57+
public static String version = "4.1.0";
5858
/**
5959
* Author, it's just me.
6060
*/

0 commit comments

Comments
 (0)