diff --git a/changelog.md b/changelog.md index 0e0b0b5a4f..ba7f37542a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ -## 0.1.12 (not yet released) +## 0.1.12 (2019-12-11) * Avoid reporting update errors twice * Try to make updating more robust +* Add further logging ## 0.1.11 (2019-12-10) diff --git a/manifest.json.src b/manifest.json.src index 24d724dbdb..4336681f4b 100644 --- a/manifest.json.src +++ b/manifest.json.src @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Rikaichamp", "author": "Brian Birtles", - "version": "0.1.11", + "version": "0.1.12", /*#if supports_applications_field*/ "applications": { "gecko": { diff --git a/package.json b/package.json index 8f28edabf6..4227d72728 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rikaichamp", - "version": "0.1.11", + "version": "0.1.12", "description": "Translate Japanese by hovering over words.", "scripts": { "build": "webpack",