From 7e5f9f87a1fb2d5e6a2f92ee44c3363b85b665e5 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 20 Jul 2019 15:48:26 +0200 Subject: [PATCH] release 0.1.0 --- build.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index 2de952937..0bae24edc 100644 --- a/build.js +++ b/build.js @@ -1 +1 @@ -module.exports = { buildDate:"2019-07-20T14:59:12+02:00", buildRevision: "ab32a0f59302aa590085d908e1e4b6fd25e576e0" }; +module.exports = { buildDate:"2019-07-20T15:48:26+02:00", buildRevision: "4a646ca5a7723c538046c5a5077a5263c7b42011" }; diff --git a/manifest.json b/manifest.json index 3d6450062..174e2648d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Trilium Web Clipper (dev)", - "version": "0.0.5", + "version": "0.1.0", "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'",