Skip to content

Commit bae28ac

Browse files
committed
release 1.1.8.1
1 parent 0b58cbf commit bae28ac

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AssignMark是一个针对于浙江省新赋分模式的赋分程序,本程序
4141
<dependency>
4242
<groupId>io.github.rocketmadev</groupId>
4343
<artifactId>AssignMark</artifactId>
44-
<version>1.1.8</version>
44+
<version>1.1.8.1</version>
4545
</dependency>
4646

4747
```
@@ -70,6 +70,7 @@ try {
7070
## 未来计划
7171

7272
- [x] 完成图形化界面`(1.1.8)`
73+
- [ ] 使用每个分数都对应的赋分表赋分
7374
- [ ] 写Java17的版本`(1.1.17)`
7475

7576
## 版权声明

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>assigning-mark</name>
99
<groupId>io.github.rocketmadev</groupId>
1010
<artifactId>AssignMark</artifactId>
11-
<version>1.1.8</version>
11+
<version>1.1.8.1</version>
1212
<inceptionYear>2021</inceptionYear>
1313
<url>https://github.com/RocketMaDev/AssignMark</url>
1414
<description>A program aiming at assigning marks for Chinese university entrance exams</description>

src/main/java/cn/rocket/assaignmark/cmd/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* 主类
99
*
1010
* @author Rocket
11-
* @version 1.0.8
11+
* @version 1.1.8.1
1212
* @since 0.9.8
1313
*/
1414
public class Main {

src/main/java/cn/rocket/assaignmark/gui/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* 核心窗口的Controller
4141
*
4242
* @author Rocket
43-
* @version 1.1.8
43+
* @version 1.1.8.1
4444
* @since 1.0.8
4545
*/
4646
public class Controller {

0 commit comments

Comments
 (0)