Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Jul 8, 2024
1 parent 9c73543 commit b3dd2dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
VERSION: "0.1.0"
VERSION: "0.1.1"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.n1ar4.jar.obfuscator</groupId>
<artifactId>jar-obfuscator</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>

<packaging>jar</packaging>
<description>Jar Obfuscator Project</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/n1ar4/jar/obfuscator/Const.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.nio.file.Paths;

public interface Const {
String VERSION = "0.1.0";
String VERSION = "0.1.1";
String PROJECT_URL = "https://github.com/jar-analyzer/jar-obfuscator";
String UPDATE_URL = "https://jar-analyzer.oss-cn-hangzhou.aliyuncs.com/jar-obfuscator/version.txt";
String DOWNLOAD_URL = "https://github.com/jar-analyzer/jar-obfuscator/releases/latest";
Expand Down

0 comments on commit b3dd2dd

Please sign in to comment.