Skip to content

Commit

Permalink
🎉 Release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdd committed May 6, 2024
1 parent 2a16c5f commit e65b277
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
uses: ncipollo/release-action@v1
with:
# 表示要上传到 Release 的产出文件。这可能是单个路径或以逗号分隔的路径列表(或 globs)
artifacts: "out/sonovel-win.tar.gz, out/sonovel-win-with-jre.tar.gz, out/sonovel-macos_arm64.tar.gz, out/sonovel-macos_x64.tar.gz"
artifacts: "out/*"
token: ${{ secrets.GITHUB_TOKEN }}
11 changes: 3 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.pcdd</groupId>
<artifactId>so-novel</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -26,12 +26,12 @@
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.26</version>
<version>5.8.27</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
</dependency>
<dependency>
<groupId>io.documentnode</groupId>
Expand All @@ -54,11 +54,6 @@
<artifactId>jansi</artifactId>
<version>2.4.1</version>
</dependency>
<!-- <dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.5</version>
</dependency> -->
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Manifest-Version: 1.5.4
Manifest-Version: 1.5.5
Main-Class: com.pcdd.sonovel.Main

0 comments on commit e65b277

Please sign in to comment.