Skip to content

Commit

Permalink
Bumping version numbers for name change (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
nybbles authored Sep 14, 2021
1 parent e7508ea commit 7182368
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 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",
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.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": {
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.1": "0.12.11"
"0.5.2": "0.12.11"
}

0 comments on commit 7182368

Please sign in to comment.