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