Skip to content

Commit

Permalink
release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Dec 12, 2024
1 parent c89d4cd commit 6d981e6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 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.1.1"
VERSION: "1.2.0"

jobs:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class Test {
<dependency>
<groupId>com.github.jar-analyzer</groupId>
<artifactId>class-obf</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</dependency>
</dependencies>
```
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.1.1</version>
<version>1.2.0</version>

<packaging>jar</packaging>
<description>Class Obfuscator Project</description>
Expand Down
6 changes: 4 additions & 2 deletions release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ Steps:
3. change `me/n1ar4/clazz/obfuscator/Const` version
4. change `.github/workflows/build.yml` version
5. check `CHANGELOG.MD` file
6. actions build
7. release
6. check `README.md` api doc
7. actions build
8. release
9. update `jitpack`
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.1.1";
String VERSION = "1.2.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 6d981e6

Please sign in to comment.