From 611cdc3850bab52386db960712aac8d1aa20c107 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 10 Apr 2021 11:22:26 +0200 Subject: [PATCH] release 0.3.0 --- build.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.js b/build.js index 1e18ba374..432589123 100644 --- a/build.js +++ b/build.js @@ -1 +1 @@ -module.exports = { buildDate:"2020-10-20T23:13:28+02:00", buildRevision: "c67e1857e6cff6059a715268da7bc1aa4bac3c88" }; +module.exports = { buildDate:"2021-04-10T11:22:26+02:00", buildRevision: "6cd9aadfca048d0f42c5bf92b46a3bff835d7cfd" }; diff --git a/manifest.json b/manifest.json index 0bd069bcb..2daf63adc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Trilium Web Clipper (dev)", - "version": "0.2.0", + "version": "0.3.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'",