From 70de730b9e31dbba8d20513f44234e62eec234c4 Mon Sep 17 00:00:00 2001 From: VinneyJ Date: Wed, 9 Oct 2024 15:15:46 +0300 Subject: [PATCH] chore: bump from 0.4.26 to 0.4.27 --- .github/workflows/main.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd432ce8..b03c3a1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - chore/build-arm-image env: DOKKU_REMOTE_BRANCH: "master" DOKKU_REMOTE_URL: "ssh://dokku@ui-1.prod.codeforafrica.org/sensors-africa-ui" diff --git a/package.json b/package.json index 5d77b961..e002642b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sensors.africa", "description": "sensors.AFRICA", - "version": "0.4.26", + "version": "0.4.27", "private": true, "main": "index.js", "homepage": "https://sensors.africa/",