Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauntleroy committed Aug 10, 2015
1 parent 1cf5c4e commit b60415b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GIFit!",
"description": "Make GIFs from YouTube videos",
"version": "1.0.3",
"version": "1.0.4",
"permissions": ["activeTab"],
"content_scripts": [{
"matches": ["*://www.youtube.com/*"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GIFit-extension",
"version": "1.0.3",
"version": "1.0.4",
"description": "Make GIFs from YouTube videos in Chrome",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "GIFit!",
"description": "Make GIFs from YouTube videos",
"version": "1.0.3",
"version": "1.0.4",
"permissions": ["activeTab"],
"content_scripts": [{
"matches": ["*://www.youtube.com/*"],
Expand Down

0 comments on commit b60415b

Please sign in to comment.