From ea1b9df73f0b28084b340f326bda79487121db15 Mon Sep 17 00:00:00 2001 From: daniel-j Date: Wed, 7 Jun 2017 08:03:03 +0200 Subject: [PATCH] Bump version --- extension/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index b43c18f..673a56f 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.6.0", + "version": "1.6.1", "icons": { "128": "icon-128.png" diff --git a/package.json b/package.json index 0147435..8dcb561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fimfic2epub", - "version": "1.6.0", + "version": "1.6.1", "description": "Tool to generate improved EPUB ebooks from Fimfiction stories", "author": "djazz", "repository": {