Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Up version ⬆️⬆️⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed Jun 10, 2022
1 parent a3c0758 commit 648e11b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'com.anas.javautils.jls'
version '0.2.2'
version '0.3.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/anas/javautils/jls/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.io.IOException;

public class Main {
public static final String version = "0.2.2";
public static final String version = "0.3.0";

public static void main(final String[] args) {
ArgumentProcessor.getInstance().process(args);
Expand Down

0 comments on commit 648e11b

Please sign in to comment.