diff --git a/composer.json b/composer.json index e520414c..054837e8 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "scripts": { "test": "@php vendor/bin/phpunit" }, - "version": "2.0.22", + "version": "2.0.23", "require-dev": { "lucatume/function-mocker": "^1.3", "10up/wp_mock": "^0.5.0" diff --git a/composer.lock b/composer.lock index c67d2ec9..33eb7ebe 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": "990e417ab649c726e00c0342991c1a6f", + "content-hash": "2b99a2600175d6c244986d6186e70d2e", "packages": [ { "name": "helsingborg-stad/acf-export-manager", diff --git a/event-manager-integration.php b/event-manager-integration.php index 2bafde77..2f6f8c12 100755 --- a/event-manager-integration.php +++ b/event-manager-integration.php @@ -4,7 +4,7 @@ * Plugin Name: Event Manager Integration * Plugin URI: https://github.com/helsingborg-stad/api-event-manager-integration * Description: Integrate and display events from Event Manager API. - * Version: 2.0.22 + * Version: 2.0.23 * Author: Jonatan Hanson, Sebastian Thulin * Author URI: http://www.helsingborg.se * License: MIT diff --git a/package.json b/package.json index 5fc8e7ed..19ed0687 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/api-event-manager-integration", - "version": "2.0.22", + "version": "2.0.23", "description": "Import and display events from Event Manager API.", "main": "", "scripts": {