From ab32a0f59302aa590085d908e1e4b6fd25e576e0 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 20 Jul 2019 14:40:56 +0200 Subject: [PATCH] release 0.0.4 --- build.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index fedf97547..9746a7f40 100644 --- a/build.js +++ b/build.js @@ -1 +1 @@ -module.exports = { buildDate:"2019-07-20T14:38:08+02:00", buildRevision: "ae5e632cbd61b828a3efe05e6addf8fe5e9af395" }; +module.exports = { buildDate:"2019-07-20T14:40:56+02:00", buildRevision: "6b342d2fe7e9a0b93d3ce33369ab580ffcbfe0c6" }; diff --git a/manifest.json b/manifest.json index 72361bbbf..f9bc1b2e1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Trilium Web Clipper (dev)", - "version": "0.0.3", + "version": "0.0.4", "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'",