From 64ae4ef0a300e40946a8081606582010515330d9 Mon Sep 17 00:00:00 2001 From: Shiina Kin Date: Mon, 16 Dec 2024 17:56:46 +0800 Subject: [PATCH] chore: update version to 0.2.3 --- app/src/main/resources/application.yaml | 2 +- compose.yml | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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