Skip to content

Commit

Permalink
Update Gradle and Swagger version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisimomo committed Aug 24, 2023
1 parent de171a0 commit fa9e0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = 'com.sisimomo'
version = '1.0.0'
version = '1.1.0'
sourceCompatibility = JavaVersion.VERSION_17

configurations {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import jakarta.persistence.NamedEntityGraphs;

@OpenAPIDefinition(
info = @Info(title = "Hexagonal Chess API", version = "1.0.0",
info = @Info(title = "Hexagonal Chess API", version = "1.1.0",
description = "This is the Hexagonal Chess API description",
license = @License(name = "Licence", url = "https://opensource.org/license/mit/"),
contact = @Contact(name = "Simon Vallières", email = "[email protected]")),
Expand Down

0 comments on commit fa9e0fe

Please sign in to comment.