From ecfcfd5e595e900141bf21980c7761838dfcc972 Mon Sep 17 00:00:00 2001 From: Shiina Kin Date: Mon, 16 Dec 2024 14:34:56 +0800 Subject: [PATCH] chore: update version to 0.2.2 --- app/src/main/resources/application.yaml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/resources/application.yaml b/app/src/main/resources/application.yaml index 64d95f8..003a2b5 100644 --- a/app/src/main/resources/application.yaml +++ b/app/src/main/resources/application.yaml @@ -1,4 +1,4 @@ -version: 0.2.1 +version: 0.2.2 ktor: application: modules: diff --git a/gradle.properties b/gradle.properties index ac7979d..18a67c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.2.1 \ No newline at end of file +version=0.2.2 \ No newline at end of file