Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stroiman committed Jun 26, 2024
1 parent 01749cd commit 579ddbb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "publish-to-dev",
"name": "Publish to DEV",
"version": "0.5.0",
"version": "0.6.0",
"minAppVersion": "0.15.0",
"description": "Publish and update notes as articles on DEV (https://dev.to)",
"author": "Peter Strøiman",
"authorUrl": "https://stroiman.com",
"fundingUrl": "https://www.buymeacoffee.com/stroiman",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "0.5.0",
"version": "0.6.0",
"description": "Obsidian plugin to publish obsidian notes to DEV",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"0.2.0": "0.15.0",
"0.3.0": "0.15.0",
"0.4.0": "0.15.0",
"0.5.0": "0.15.0"
"0.5.0": "0.15.0",
"0.6.0": "0.15.0"
}

0 comments on commit 579ddbb

Please sign in to comment.