Skip to content

Commit 98655c1

Browse files
committed
release 1.2.0
1 parent af8016a commit 98655c1

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
VERSION: "1.1.0"
7+
VERSION: "1.2.0"
88

99
jobs:
1010

@@ -23,11 +23,6 @@ jobs:
2323
distribution: 'temurin'
2424
cache: maven
2525

26-
- name: set up python
27-
uses: actions/setup-python@v5
28-
with:
29-
python-version: '3.8'
30-
3126
- name: build core
3227
run: |
3328
.\package.bat

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>me.n1ar4</groupId>
1818
<artifactId>jar-analyzer-engine</artifactId>
19-
<version>1.1.0</version>
19+
<version>1.2.0</version>
2020
<packaging>jar</packaging>
2121
<description>Jar Analyzer Engine</description>
2222

src/main/java/me/n1ar4/jar/analyzer/engine/EngineConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* 引擎核心常量(不包含 GUI 常量)
1818
*/
1919
public interface EngineConst {
20-
String version = "1.0.0";
20+
String version = "1.2.0";
2121
int ASMVersion = Opcodes.ASM9;
2222
int AnalyzeASMOptions = ClassReader.EXPAND_FRAMES;
2323
/**

0 commit comments

Comments
 (0)