Skip to content

Commit fb7dd85

Browse files
chore(release): 1.3.14 [skip ci]
1 parent 527e4eb commit fb7dd85

3 files changed

Lines changed: 3 additions & 3 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.13
44+
ARG BUILD_VERSION=1.3.14
4545
ARG VITE_APP_BUILD_VERSION=
4646
ARG VITE_INSTALL_KIND=docker
4747
ENV VITE_INSTALL_KIND=docker

ha-addon/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Financial Overview"
22
# Must match server/package.json "version". Supervisor passes BUILD_VERSION to CI Docker builds from this value.
3-
version: "1.3.13"
3+
version: "1.3.14"
44
slug: "bank_scraper"
55
description: "Financial Overview (מבט כלכלי) — scrape Israeli banks and upload to Google Drive"
66
url: "https://github.com/yohaybn/Israeli-Financial-Overview"

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.13",
3+
"version": "1.3.14",
44
"type": "module",
55
"description": "",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)