From 71d38fb22c9e4672b121b9331b82101637d885dc Mon Sep 17 00:00:00 2001 From: Nimalan Mahendran Date: Sat, 5 Feb 2022 22:36:19 -0800 Subject: [PATCH] Bumping version numbers for new release (#79) --- 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 831447a..5555d6a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-pocket", "name": "Pocket", - "version": "0.5.5", + "version": "0.6.0", "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 984100b..95cca76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-pocket-plugin", - "version": "0.5.5", + "version": "0.6.0", "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 bc951f0..3c938da 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,4 @@ { "0.2.0": "0.9.12", - "0.5.5": "0.12.11" + "0.6.0": "0.12.11" }