From 2c0bc3041b286e618f7ec6b67903e8ec72543471 Mon Sep 17 00:00:00 2001 From: Jingchao Date: Thu, 2 Feb 2023 00:56:47 +0800 Subject: [PATCH] chore: bump with 0.14.2 and new version controls --- VERSION | 2 +- docker-compose.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 8e9376c..424f3ff 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.1.0-6924530 +v0.1.0-20de6c4 diff --git a/docker-compose.yaml b/docker-compose.yaml index 2f3463d..c35f74f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,12 +2,12 @@ services: frontend: - image: excalidraw:v0.1.0-6924530 + image: excalidraw:v0.1.0-20de6c4 ports: - 80:80 storage: - image: excalidraw-storage-backend:v0.1.0-6924530 + image: excalidraw-storage-backend:v0.1.0-20de6c4 restart: always environment: # docs https://github.com/alswl/excalidraw-storage-backend#environement-variables - PORT=8081 @@ -15,6 +15,6 @@ services: - 8081:8081 room: - image: excalidraw-room:v0.1.0-6924530 + image: excalidraw-room:v0.1.0-20de6c4 ports: - 8082:80 \ No newline at end of file