clipper: bump version to 0.2

This commit is contained in:
Abdullah Atta
2023-05-16 17:39:21 +05:00
parent 2c3c193629
commit 7b1cbba9e7
2 changed files with 4 additions and 3 deletions

View File

@@ -33,8 +33,9 @@ const ACTION = {
const common = {
name: "Notesnook Web Clipper",
version: "0.1",
description: "Clip web pages.",
version: "0.2",
description:
"Clip web pages & save interesting things you find on the web directly into Notesnook in a private & secure way.",
permissions: [
"activeTab",
"tabs",

View File

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