Skip to content

Commit

Permalink
Merge pull request #39 from besscroft/dev
Browse files Browse the repository at this point in the history
🎉v0.7.1
  • Loading branch information
besscroft authored Aug 13, 2023
2 parents 397ce02 + af6786f commit d4e3b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0")
.version("v0.7.1")
.license(new License().name("MIT license").url("https://github.com/besscroft/diyfile/blob/main/LICENSE")))
.externalDocs(new ExternalDocumentation()
.description("DiyFile 文档")
Expand Down
2 changes: 1 addition & 1 deletion 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.0</revision>
<revision>0.7.1</revision>
<java.version>17</java.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down

0 comments on commit d4e3b76

Please sign in to comment.