From 718236857cbc8a052b0f61ca65fcf95ed219efd1 Mon Sep 17 00:00:00 2001 From: Nimalan Mahendran Date: Tue, 14 Sep 2021 10:25:45 -0700 Subject: [PATCH] Bumping version numbers for name change (#61) --- manifest.json | 2 +- package.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 2ddf5bb..8ca407a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pocket", "name": "Pocket integration", - "version": "0.5.1", + "version": "0.5.2", "minAppVersion": "0.12.11", "description": "Access your Pocket reading list entries and create notes for them easily", "author": "Nimalan Mahendran", diff --git a/package.json b/package.json index a580b99..ce7d767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pocket-plugin", - "version": "0.5.1", + "version": "0.5.2", "description": "This is a plugin for Obsidian (https://obsidian.md) that allows for easy access to your Pocket (https://getpocket.com) list.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6017dd7..f7f1264 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "0.2.0": "0.9.12", - "0.5.1": "0.12.11" + "0.5.2": "0.12.11" }