Bump version

This commit is contained in:
Kamil Tomala 2017-08-11 13:54:31 +02:00
parent 8c132d0a07
commit 818ab1c99a
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.xpi

View File

@ -26,7 +26,6 @@ var button = ToggleButton({
} }
} }
}) })
//<div>Icons made by <a href="http://www.flaticon.com/authors/google" title="Google">Google</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
function enableMonitor() { function enableMonitor() {
console.log("Enabling clipboard monitor") console.log("Enabling clipboard monitor")

View File

@ -1,7 +1,8 @@
{ {
"title": "Clipboard Inserter", "title": "Clipboard Inserter",
"name": "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", "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", "main": "index.js",
"author": "Yoitsumi", "author": "Yoitsumi",