From a952c1bf498cb9271af826bc3aa6ddda9afb8449 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 20 Jul 2019 12:19:53 +0200 Subject: [PATCH] release 0.0.2 --- build.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index adacd51cb..3b41ad807 100644 --- a/build.js +++ b/build.js @@ -1 +1 @@ -module.exports = { buildDate:"2019-07-19T19:49:14+02:00", buildRevision: "a047e83b8c8746a20018644c3660ad52d79c09a1" }; +module.exports = { buildDate:"2019-07-20T12:19:53+02:00", buildRevision: "d839f86b4927bd18743acfa1421826a63e452fa8" }; diff --git a/manifest.json b/manifest.json index f233d2aff..88580438d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Trilium Web Clipper (dev)", - "version": "0.0.1", + "version": "0.0.2", "description": "Save web clippings to Trilium Notes.", "homepage_url": "https://github.com/zadam/trilium-web-clipper", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",