Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 9, 2024
1 parent a835278 commit 16ee230
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: "1.0.0"
VERSION: "1.1.0"

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</groupId>
<artifactId>class-obf</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

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

public interface Const {
String VERSION = "1.0.0";
String VERSION = "1.1.0";
String PROJECT_URL = "https://github.com/jar-analyzer/class-obf";
Path configPath = Paths.get("config.yaml");
Path TEMP_PATH = Paths.get("class-obf-temp.class");
Expand Down

0 comments on commit 16ee230

Please sign in to comment.