Skip to content

Commit 01bc5d1

Browse files
build(smc): Prepare for 1.0.8 (#716)
1 parent 9ea0da0 commit 01bc5d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

smc/src/main/java/com/tlcsdm/smc/codeDev/ecm/AbstractEcmScript.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ public String getSampleDescription() {
651651

652652
@Override
653653
public String getSampleVersion() {
654-
return "1.0.7";
654+
return "1.0.8";
655655
}
656656

657657
@Override

smc/src/main/java/com/tlcsdm/smc/util/SmcConstant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ public class SmcConstant {
8888
/**
8989
* 默认项目版本号
9090
*/
91-
public static final String PROJECT_VERSION = "1.0.7";
91+
public static final String PROJECT_VERSION = "1.0.8";
9292
/**
9393
* 项目构建日期
9494
*/
95-
public static final String PROJECT_BUILD_DAY = "2023-09-03";
95+
public static final String PROJECT_BUILD_DAY = "2023-09-10";
9696
/**
9797
* 检查更新所用的api
9898
*/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Manifest-Version: 1.0
22
Main-Class: com.tlcsdm.smc.SmcSampler
3-
Implementation-Version: 1.0.7
3+
Implementation-Version: 1.0.8
44
Built-By: unknowIfGuestInDream
55
Build-OS: Windows 11
66
Build-Jdk-Spec: 17
77
Build-Jdk: Eclipse Temurin 17.0.8
88
Created-By: Manual
9-
Build-Day: 2023-09-03
9+
Build-Day: 2023-09-10

0 commit comments

Comments
 (0)