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 21, 2022
1 parent d5a5d8c commit 33ce400
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.2'
version '0.3.3'

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ fi


INSTALL_PATH=/usr/share/java/jls
VERSION=0.3.2
VERSION=0.3.3

mkdir -p "$INSTALL_PATH"

echo "Install version: $VERSION"
echo "Downloading jar file..."
sudo wget "https://github.com/Anas-Elgarhy/jls/releases/download/$VERSION/jls.main.jar"
sudo wget "https://github.com/Anas-Elgarhy/jls/releases/download/$VERSION/jls.jar"
sudo mv ./jls.main.jar "$INSTALL_PATH"/jls.jar

printf "\nDownloaded in %s/jls.jar\n" $INSTALL_PATH
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.2";
public static final String version = "0.3.3";

/**
* The entry point :D
Expand Down

0 comments on commit 33ce400

Please sign in to comment.