Skip to content

Commit 9cd1d5f

Browse files
authored
Merge pull request #12 from funzin/v0.1.4
V0.1.4
2 parents 0038689 + 17989ac commit 9cd1d5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ImgConverter is chrome extension that converts form image of markdown notation t
2929
## Support image format
3030
- PNG (.png)
3131
- JPEG (.jpg)
32+
- GIF (.gif)
3233

3334
## Environment
3435
- Javascript

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ImgConverter",
33
"short_name": "ImgConverter",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"description": "ImgConverter converts from image of markdown notation to to img tag",
66
"manifest_version": 2,
77
"permissions": [

0 commit comments

Comments
 (0)