diff --git a/custom_components/ynab/const.py b/custom_components/ynab/const.py index edcee33..59a0999 100644 --- a/custom_components/ynab/const.py +++ b/custom_components/ynab/const.py @@ -4,7 +4,7 @@ PLATFORMS = ["sensor"] REQUIRED_FILES = ["const.py", "manifest.json", "sensor.py"] -VERSION = "0.1.12" +VERSION = "0.1.13" ISSUE_URL = "https://github.com/wxt9861/ynab/issues" STARTUP = """ diff --git a/custom_components/ynab/manifest.json b/custom_components/ynab/manifest.json index a438c01..1922fd7 100644 --- a/custom_components/ynab/manifest.json +++ b/custom_components/ynab/manifest.json @@ -7,5 +7,5 @@ "codeowners": ["@wxt9861"], "iot_class": "cloud_polling", "requirements": ["ynab-sdk==0.4.0"], - "version": "0.1.12" + "version": "0.1.13" }