diff --git a/composer.json b/composer.json index c830bc69..060d2fa3 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "scripts": { "test": "@php vendor/bin/phpunit" }, - "version": "2.0.12", + "version": "2.0.13", "require-dev": { "lucatume/function-mocker": "^1.3", "10up/wp_mock": "^0.5.0" diff --git a/composer.lock b/composer.lock index bad782b6..8c127e33 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": "2d0b58674f89a1a8af26f56bbbbe85fb", + "content-hash": "74eb7232cec143152c527d8483f2d7e4", "packages": [ { "name": "helsingborg-stad/acf-export-manager", diff --git a/event-manager-integration.php b/event-manager-integration.php index bc5dba48..aa24bd09 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.12 + * Version: 2.0.13 * Author: Jonatan Hanson, Sebastian Thulin * Author URI: http://www.helsingborg.se * License: MIT diff --git a/package.json b/package.json index 3348d1a9..91404b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-event-manager-integration", - "version": "2.0.12", + "version": "2.0.13", "description": "Import and display events from Event Manager API.", "main": "", "scripts": {