diff --git a/app/src/main/resources/application.yaml b/app/src/main/resources/application.yaml index 5b3f032..880e13e 100644 --- a/app/src/main/resources/application.yaml +++ b/app/src/main/resources/application.yaml @@ -1,4 +1,4 @@ -version: 0.2.3 +version: 0.3.0 ktor: application: modules: diff --git a/compose.yml b/compose.yml index dffd979..621b60d 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: hoshizora-pics: container_name: hoshizora-pics - image: shiinakin/hoshizora-pics:0.2.3 + image: shiinakin/hoshizora-pics:0.3.0 build: context: . dockerfile: Dockerfile diff --git a/gradle.properties b/gradle.properties index ae1cd1d..c7f75a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.2.3 \ No newline at end of file +version=0.3.0 \ No newline at end of file diff --git a/ui/package.json b/ui/package.json index 7ec849b..29b258f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.1.0", + "version": "0.2.0", "private": true, "author": "ShiinaKin", "type": "module",