Skip to content

Commit

Permalink
Merge pull request #40 from besscroft/dev
Browse files Browse the repository at this point in the history
chore:update version
  • Loading branch information
besscroft authored Aug 19, 2023
2 parents d4e3b76 + cc05770 commit 242a038
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public OpenAPI springShopOpenAPI() {
return new OpenAPI()
.info(new Info().title("DiyFile")
.description("一款好看的在线文件列表程序")
.version("v0.7.1")
.version("v0.8.0")
.license(new License().name("MIT license").url("https://github.com/besscroft/diyfile/blob/main/LICENSE")))
.externalDocs(new ExternalDocumentation()
.description("DiyFile 文档")
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<packaging>pom</packaging>

<properties>
<revision>0.7.1</revision>
<revision>0.8.0</revision>
<java.version>17</java.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand All @@ -27,8 +27,8 @@
<spring-boot.version>3.1.2</spring-boot.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<mybatis-plus.version>3.5.3.1</mybatis-plus.version>
<springdoc.version>2.1.0</springdoc.version>
<mybatis-plus.version>3.5.3.2</mybatis-plus.version>
<springdoc.version>2.2.0</springdoc.version>
<sa-token.version>1.34.0</sa-token.version>
<hutool-all.version>5.8.20</hutool-all.version>
<pagehelper.version>1.4.7</pagehelper.version>
Expand Down

0 comments on commit 242a038

Please sign in to comment.