Skip to content

Commit 8e87b33

Browse files
committed
0.5.0
1 parent 0a18ce9 commit 8e87b33

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "publish-to-dev",
33
"name": "Publish to DEV",
4-
"version": "0.4.0",
4+
"version": "0.5.0",
55
"minAppVersion": "0.15.0",
66
"description": "Write notes in Obsidian, publish and update them as articles on DEV (https://dev.to)",
77
"author": "Peter Strøiman",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-sample-plugin",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Obsidian plugin to publish obsidian notes to DEV",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"0.1.0": "0.15.0",
33
"0.2.0": "0.15.0",
44
"0.3.0": "0.15.0",
5-
"0.4.0": "0.15.0"
5+
"0.4.0": "0.15.0",
6+
"0.5.0": "0.15.0"
67
}

0 commit comments

Comments
 (0)