diff --git a/api-alarm-integration.php b/api-alarm-integration.php index 025a129..02ca4ea 100755 --- a/api-alarm-integration.php +++ b/api-alarm-integration.php @@ -4,7 +4,7 @@ * Plugin Name: API Alarm Integration * Plugin URI: https://github.com/helsingborg-stad/api-alarm-integration * Description: Shows alarms from API Alarm Manager - * Version: 4.0.1 + * Version: 4.0.3 * Author: Kristoffer Svanmark * Author URI: https://github.com/helsingborg-stad * License: MIT diff --git a/composer.json b/composer.json index 4bc9693..66e5854 100644 --- a/composer.json +++ b/composer.json @@ -22,5 +22,5 @@ "ApiAlarmIntegration\\": "source/php/" } }, - "version": "4.0.1" + "version": "4.0.3" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 1c434ce..37ed534 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1afee78654bbf2b2248de5c3bc278b36", + "content-hash": "f1378c779aacf59960b9a963be41b7d8", "packages": [ { "name": "helsingborg-stad/acf-export-manager", diff --git a/package-lock.json b/package-lock.json index 583fd72..a05f8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "api-alarm-integration", - "version": "4.0.1", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "api-alarm-integration", - "version": "4.0.1", + "version": "4.0.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.17.2", diff --git a/package.json b/package.json index b03c2d7..ea5a35b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-alarm-integration", - "version": "4.0.1", + "version": "4.0.3", "description": "Shows alarms from API Alarm Manager", "main": "", "scripts": {