diff --git a/app/src/main/resources/application.yaml b/app/src/main/resources/application.yaml index 003a2b5..5b3f032 100644 --- a/app/src/main/resources/application.yaml +++ b/app/src/main/resources/application.yaml @@ -1,4 +1,4 @@ -version: 0.2.2 +version: 0.2.3 ktor: application: modules: diff --git a/compose.yml b/compose.yml index ea8e0cd..dffd979 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: hoshizora-pics: container_name: hoshizora-pics - image: shiinakin/hoshizora-pics:0.2.2 + image: shiinakin/hoshizora-pics:0.2.3 build: context: . dockerfile: Dockerfile diff --git a/gradle.properties b/gradle.properties index 18a67c7..ae1cd1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.2.2 \ No newline at end of file +version=0.2.3 \ No newline at end of file