From 6ddda736cc03f1330891dfb0d270676d425910dc Mon Sep 17 00:00:00 2001 From: Richard Date: Thu, 18 Jul 2019 12:45:57 +0200 Subject: [PATCH] Release 1.0.3 --- CHANGELOG.md | 4 +++- manifest.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a1e66e..60e573c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## 1.0.3 ### Added -- Update more info link +- Update more info and how to change links - Fix english translation. Thanks @katrinleinweber diff --git a/manifest.json b/manifest.json index c6449aea..3b462cbc 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Carbonalyser", "description": "Analyse Internet usage carbon footprint", "author": "Richard Hanna", - "version": "1.0.2", + "version": "1.0.3", "icons": { "48": "icons/icon-on-48.png" },