From 00dc711ffa12ae1b3d8bc5ff2a7948f730820b81 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Fri, 14 Feb 2020 22:48:19 -0500 Subject: [PATCH] change clipper manifest to correct version - it will be changed by the release script --- Clipper/joplin-webclipper/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Clipper/joplin-webclipper/manifest.json b/Clipper/joplin-webclipper/manifest.json index e8039b23e..bf4abce1d 100644 --- a/Clipper/joplin-webclipper/manifest.json +++ b/Clipper/joplin-webclipper/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Joplin Web Clipper [DEV]", - "version": "1.0.20", + "version": "1.0.19", "description": "Capture and save web pages and screenshots from your browser to Joplin.", "homepage_url": "https://joplinapp.org", "content_security_policy": "script-src 'self'; object-src 'self'", @@ -69,4 +69,4 @@ "id": "{8419486a-54e9-11e8-9401-ac9e17909436}" } } -} \ No newline at end of file +}