Skip to content

Commit b5cc3ce

Browse files
chore(release): 1.3.34 [skip ci]
1 parent d0d7a4e commit b5cc3ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ RUN npm install
4141
# Build workspaces in order
4242
RUN npm run build -w shared
4343
# Supervisor / CI passes BUILD_VERSION from ha-addon/config.yaml version; CI may pass VITE_APP_BUILD_VERSION (tag@sha) instead.
44-
ARG BUILD_VERSION=1.3.33
44+
ARG BUILD_VERSION=1.3.34
4545
ARG VITE_APP_BUILD_VERSION=
4646
ARG VITE_INSTALL_KIND=docker
4747
ENV VITE_INSTALL_KIND=docker

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.3.33",
3+
"version": "1.3.34",
44
"type": "module",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)