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 14, 2022
1 parent 2beb1a1 commit f0a43b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .idea/artifacts/jls_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0'
version '0.3.1'

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.3.0";
public static final String version = "0.3.1";

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

0 comments on commit f0a43b2

Please sign in to comment.