Skip to content

Commit d036ebb

Browse files
committed
Bump version to 1.0.3 to publish
1 parent 8129cab commit d036ebb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "joplin-plugin-insert-youtube-video",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"scripts": {
55
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
66
"prepare": "npm run dist",

src/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"manifest_version": 1,
33
"id": "com.github.badabing2005.ytlink",
44
"app_min_version": "2.13",
5-
"version": "1.0.0",
5+
"version": "1.0.3",
66
"name": "Insert YouTube Video",
77
"description": "Given a youtube video id or url, it inserts at the cursor position a video link",
8-
"author": "badabing2005@hotmail.com",
8+
"author": "badabing2005",
99
"homepage_url": "https://github.com/badabing2005",
1010
"repository_url": "https://github.com/badabing2005/joplin-plugin-ytinsert",
1111
"keywords": [],

0 commit comments

Comments
 (0)