Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fukayatsu committed Apr 1, 2019
1 parent f66e66f commit e7efb19
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions lib/manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "LTTM",
"short_name": "LTTM",
"version": "0.2.30",
"version": "0.3.0",
"manifest_version": 2,
"description": "Looks Tiqav To Misawa",
"icons": {
"48": "images/icon_48.png",
"48": "images/icon_48.png",
"128": "images/icon_128.png"
},
"content_scripts": [
{
"matches": ["<all_urls>"],
"css": [
"css/jquery.atwho.css",
"css/lttm.css"
],
"css": ["css/jquery.atwho.css", "css/lttm.css"],
"js": [
"js/jquery-2.1.0.min.js",
"js/jquery.caret.min.js",
Expand Down

0 comments on commit e7efb19

Please sign in to comment.