From 956c8b42871caecb03e5211ddb97bc93cf5e3f1f Mon Sep 17 00:00:00 2001 From: GitHub Action <> Date: Wed, 18 Dec 2024 10:35:21 +0000 Subject: [PATCH] build: update package file versions to 2.12.5 --- 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 f3b3d05..cfd8acc 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.4" + "version": "2.12.5" } \ No newline at end of file diff --git a/composer.lock b/composer.lock index fa1e2a2..8ad39b1 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": "09187779e433960441c6d21bc0d76f92", + "content-hash": "377ecd0468fd9b748ff74e19bbcf9757", "packages": [], "packages-dev": [ { diff --git a/like-posts.php b/like-posts.php index 5b5d2b1..f5998ee 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.4 + * Version: 2.12.5 * Author: Niclas Norin * Author URI: https://github.com/NiclasNorin * License: MIT diff --git a/package-lock.json b/package-lock.json index e786713..ea84609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.4", + "version": "2.12.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.4", + "version": "2.12.5", "license": "MIT", "devDependencies": { "autoprefixer": "^10.4.2", diff --git a/package.json b/package.json index 19a5969..2eb1797 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@helsingborg-stad/modularity-like", - "version": "2.12.4", + "version": "2.12.5", "description": "Lets the users like a post.", "main": "", "repository": {