From 8d4e7354204a12221f8aa7479a33691be4694f86 Mon Sep 17 00:00:00 2001 From: rgc99 Date: Sat, 10 Aug 2024 02:15:03 +0000 Subject: [PATCH] Bump version --- package.json | 2 +- src/const.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c76b153..e2ca094 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "irrigation-unlimited-card", - "version": "2024.5.0", + "version": "2024.8.0", "description": "Irrigation Unlimited card", "keywords": [ "home-assistant", diff --git a/src/const.ts b/src/const.ts index 718b588..a707713 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '2024.5.0'; +export const CARD_VERSION = "2024.8.0";