From f12ad382cbc4fbb9fc5d1473fc204618b02e3283 Mon Sep 17 00:00:00 2001 From: Shiina Kin Date: Sat, 14 Dec 2024 23:03:48 +0800 Subject: [PATCH] chore: update version to 0.1.4 --- 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 8a7e4da..8eb6848 100644 --- a/app/src/main/resources/application.yaml +++ b/app/src/main/resources/application.yaml @@ -1,4 +1,4 @@ -version: 0.1.3 +version: 0.1.4 ktor: application: modules: diff --git a/gradle.properties b/gradle.properties index f61e996..d5a8778 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.1.3 \ No newline at end of file +version=0.1.4 \ No newline at end of file