diff --git a/composer.json b/composer.json index a6a94b8..d7bb697 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "codedungeon/phpunit-result-printer": "^0.31.0", "phpunit/phpunit": "^9.5" }, - "version": "2.11.0" + "version": "2.11.1" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 670c16f..964b1b3 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": "db587b3680260f3dc6278268ddbc0604", + "content-hash": "a2c5b5b3affccfca3aaa86fdde30f42b", "packages": [], "packages-dev": [ { diff --git a/like-posts.php b/like-posts.php index fe39068..88a3d94 100644 --- a/like-posts.php +++ b/like-posts.php @@ -4,7 +4,7 @@ * Plugin Name: Modularity Like Posts * Plugin URI: https://github.com/helsingborg-stad/modularity-like * Description: Lets users like and save posts. - * Version: 2.11.0 + * Version: 2.11.1 * Author: Niclas Norin * Author URI: https://github.com/NiclasNorin * License: MIT diff --git a/package-lock.json b/package-lock.json index 209e6ce..f9cb0ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.11.0", + "version": "2.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@helsingborg-stad/modularity-like", - "version": "2.11.0", + "version": "2.11.1", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.2", diff --git a/package.json b/package.json index ee3a932..47d24e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.11.0", + "version": "2.11.1", "description": "Lets the users like a post.", "main": "", "repository": {