diff --git a/composer.json b/composer.json index 63fabbe..04805cb 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "codedungeon/phpunit-result-printer": "^0.31.0", "phpunit/phpunit": "^9.5" }, - "version": "2.2.0" + "version": "2.2.1" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 8342274..59cca9e 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": "45ef908a87e1b05170ef80bba029b3bc", + "content-hash": "8b961cb87b8bed26382c40601b2cb27c", "packages": [], "packages-dev": [ { diff --git a/like-posts.php b/like-posts.php index c5afaec..115d527 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.2.0 + * Version: 2.2.1 * Author: Niclas Norin * Author URI: https://github.com/NiclasNorin * License: MIT diff --git a/package-lock.json b/package-lock.json index 5a366b4..a566333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "like-posts", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "like-posts", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.2", diff --git a/package.json b/package.json index 3c125da..8bb0eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "like-posts", - "version": "2.2.0", + "version": "2.2.1", "description": "Lets the users like a post.", "main": "", "repository": {