From 4820a61b2caa6b094dbb4854d73a776fa585ea3c Mon Sep 17 00:00:00 2001 From: Sonja Date: Tue, 26 Jan 2021 20:13:10 +0100 Subject: [PATCH] Update package.json and composer.json --- composer.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fd54260..5d7d012 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "texnixe/related", "description": "Fetch related pages or files based on the values of a given field ", - "version": "1.0.1", + "version": "1.0.2", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/package.json b/package.json index 1a1bec3..a6831f5 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Kirby Related plugin", "author": "Sonja Broda ", "license": "MIT", - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "https://github.com/texnixe/kirby-related"