From c675c383a19e65e3c11e1bc6eb63ccecb80facd1 Mon Sep 17 00:00:00 2001 From: Luehrsen Date: Sun, 27 Aug 2023 18:16:29 +0000 Subject: [PATCH] Tagging 0.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- plugin/citations.php | 2 +- plugin/readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4647eef..63aadf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wpm-citations-package", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wpm-citations-package", - "version": "0.1.0", + "version": "0.1.1", "license": "GPLv2", "devDependencies": { "@babel/preset-env": "^7.22.4", diff --git a/package.json b/package.json index b9a5907..9e1a280 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wpm-citations-package", "title": "The package for the Citations Plugin", "slug": "citations", - "version": "0.1.0", + "version": "0.1.1", "description": "The package that provides the Citations Plugin for WordPress.", "scripts": { "build": "webpack", diff --git a/plugin/citations.php b/plugin/citations.php index 2a35896..52a8ef3 100644 --- a/plugin/citations.php +++ b/plugin/citations.php @@ -9,7 +9,7 @@ * Description: This WordPress Plugin introduces advanced citation capabilities to the WordPress Block Editor. * Author: WP Munich * Author URI: https://www.wp-munich.com - * Version: 0.1.0 + * Version: 0.1.1 * Text Domain: citations */ diff --git a/plugin/readme.txt b/plugin/readme.txt index 51259b9..a8031c5 100644 --- a/plugin/readme.txt +++ b/plugin/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.2 Requires PHP: 7.2 License: GNU General Public License v2.0 License URI: https://github.com/luehrsenheinrich/wpm-citations/blob/main/LICENSE -Stable tag: 0.1.0 +Stable tag: 0.1.1 Tested up to: 6.3 This Plugin introduces practical citation functionality to the WordPress Block Editor, aiming to streamline the process of adding references to your content.