Skip to content

Commit 7dfa57e

Browse files
committed
bump version to 0.2.0
1 parent 97060cc commit 7dfa57e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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": "joplin-plugin-supernote-sync",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
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.1.2",
5+
"version": "0.2.0",
66
"name": "supernote sync",
77
"description": "Sync your notes from your Supernote device into Joplin",
88
"author": "Artur Neumann",

0 commit comments

Comments
 (0)