Skip to content

Commit f3d6f3c

Browse files
committed
Fixes #171 - ensures the name of the project is the name of the project
1 parent d3faf86 commit f3d6f3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/chrome/apps/hosted/mememator/manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Mememator",
3-
"version": "1.0.0.6",
3+
"version": "1.0.0.7",
44
"description": "Helping you create memes since 1337",
55
"icons" : {
66
"128" : "128.png"
@@ -15,7 +15,7 @@
1515
"http://webintents.org/edit" : [{
1616
"type" : ["image/jpeg", "image/jpg", "image/png", "image/bmp"],
1717
"href" : "http://www.mememator.com/",
18-
"title" : "Create a Meme with this image"
18+
"title" : "Mememator"
1919
}]
2020
}
2121
}

0 commit comments

Comments
 (0)