From 818ab1c99a99c01d02a82386e89730a8e9413b59 Mon Sep 17 00:00:00 2001 From: Kamil Tomala Date: Fri, 11 Aug 2017 13:54:31 +0200 Subject: [PATCH] Bump version --- .gitignore | 1 + index.js | 1 - package.json | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..15af1aa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.xpi diff --git a/index.js b/index.js index 0b4470b..9cb5c6f 100644 --- a/index.js +++ b/index.js @@ -26,7 +26,6 @@ var button = ToggleButton({ } } }) -//
Icons made by Google from www.flaticon.com is licensed by CC 3.0 BY
function enableMonitor() { console.log("Enabling clipboard monitor") diff --git a/package.json b/package.json index ae9d9f3..9e2dcd2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ + { "title": "Clipboard Inserter", "name": "clipboard-inserter", - "version": "0.0.1", + "version": "0.1.0", "description": "A simple addon whose purpose is to automatically insert contents of clipboard into the page. Uses icon made by Google from www.flaticon.com licensed by CC 3.0 BY", "main": "index.js", "author": "Yoitsumi",