Skip to content

Commit

Permalink
Bumping version numbers for new release (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
nybbles authored Feb 6, 2022
1 parent ab34c46 commit 71d38fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"0.2.0": "0.9.12",
"0.5.5": "0.12.11"
"0.6.0": "0.12.11"
}

0 comments on commit 71d38fb

Please sign in to comment.