Bump the version to 0.3.0
This commit is contained in:
parent
dea8c293aa
commit
8d3a4ca588
|
|
@ -1,2 +1,3 @@
|
||||||
#Clipboard Inserter
|
#Clipboard Inserter
|
||||||
A simple addon whose purpose is to automatically insert contents of clipboard into the page
|
|
||||||
|
A simple addon whose purpose is to automatically insert contents of clipboard into the page.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Clipboard Inserter",
|
"name": "Clipboard Inserter",
|
||||||
"version": "0.2.1",
|
"version": "0.3.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",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue