Skip to content

Commit 47e1cf2

Browse files
committed
bump version to v0.0.2
1 parent 360e39e commit 47e1cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-supernote-sync",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"dist": "webpack --env joplin-plugin-config=buildMain && webpack --env joplin-plugin-config=buildExtraScripts && webpack --env joplin-plugin-config=createArchive",
66
"updateVersion": "webpack --env joplin-plugin-config=updateVersion",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 1,
33
"id": "net.individual-it.Supernote",
44
"app_min_version": "3.4",
5-
"version": "0.0.1",
5+
"version": "0.0.2",
66
"name": "supernote sync",
77
"description": "Sync your notes from your Supernote device into Joplin",
88
"author": "Artur Neumann",

0 commit comments

Comments
 (0)