Skip to content

Commit

Permalink
chore: update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 19, 2024
1 parent 854e456 commit 7884169
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.3
version: 0.3.0
ktor:
application:
modules:
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.2.3
version=0.3.0
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"author": "ShiinaKin",
"type": "module",
Expand Down

0 comments on commit 7884169

Please sign in to comment.