clipper: bump version to 0.2.1

This commit is contained in:
Abdullah Atta
2023-05-18 15:14:25 +05:00
parent e18867d3f1
commit 269f083dce
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ const nnHost =
const corsHost = "https://cors.notesnook.com/*";
const common = {
name: "Notesnook Web Clipper",
version: "0.2.0",
version: "0.2.1",
description:
"Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.",
permissions: ["activeTab", "tabs", "storage", "notifications"],

View File

@@ -1,6 +1,6 @@
{
"name": "@notesnook/web-clipper",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"main": "./dist/index.js",
"dependencies": {