diff --git a/extension/manifest.json b/extension/manifest.json index 826d43a..9342ccf 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -4,7 +4,7 @@ "name": "fimfic2epub", "short_name": "fimfic2epub", "description": "Improved EPUB exporter for Fimfiction", - "version": "1.1.2", + "version": "1.1.3", "icons": { "128": "icon-128.png" diff --git a/package.json b/package.json index 8c45771..9e1c41a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,12 @@ { "name": "fimfic2epub", - "version": "1.1.2", + "version": "1.1.3", "description": "Tool to generate EPUB ebooks from fimfiction stories", "author": "djazz", + "repository": { + "type": "git", + "url": "https://github.com/daniel-j/fimfic2epub.git" + }, "scripts": { "build": "gulp -p" },