From d32fc311ebf76a8dc21c2bb233278b378ddfe805 Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Thu, 12 Dec 2024 12:20:26 +0000 Subject: [PATCH] build: update package file versions to 2.12.3 --- composer.json | 2 +- composer.lock | 2 +- like-posts.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 25b4b16..7b84b95 100644 --- a/composer.json +++ b/composer.json @@ -26,5 +26,5 @@ "codedungeon/phpunit-result-printer": "^0.31.0", "phpunit/phpunit": "^9.5" }, - "version": "2.12.2" + "version": "2.12.3" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index 7027a49..0fa95c1 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": "7304500b54ece0aacc879241110f4489", + "content-hash": "9a55abc4e800bd013bab928d08e8e3bd", "packages": [], "packages-dev": [ { diff --git a/like-posts.php b/like-posts.php index da7ef13..fccf396 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.12.2 + * Version: 2.12.3 * Author: Niclas Norin * Author URI: https://github.com/NiclasNorin * License: MIT diff --git a/package-lock.json b/package-lock.json index adc85fa..fe737bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.2", + "version": "2.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.2", + "version": "2.12.3", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.2", diff --git a/package.json b/package.json index b8d76b7..258aa53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.2", + "version": "2.12.3", "description": "Lets the users like a post.", "main": "", "repository": {