From 6a68949de48447849ec1a8a7c67f47f5d75f9dc0 Mon Sep 17 00:00:00 2001 From: Oxyno-zeta Date: Mon, 10 Oct 2016 23:49:02 +0200 Subject: [PATCH] [Project] Increase version --- CHANGELOG.md | 1 + ROADMAP.md | 1 - bower.json | 2 +- package.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c0f3a7..d444ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,5 +4,6 @@ # 1.0.1 ## Code * Add ESLint support (Extends Airbnb standard) +* Add Tests and code coverage (Backend) ## Bug * Fix forgotten dependency \ No newline at end of file diff --git a/ROADMAP.md b/ROADMAP.md index 970cef3..a6b59e1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,6 +1,5 @@ ROADMAP ======= -* Add tests and code coverage (Backend) * Rework loading => remove use of modal * Rework profile design to use left menu * Rework Administration to use left menu diff --git a/bower.json b/bower.json index 69371bb..659744a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "crash-reporter-electron", - "version": "1.0.0", + "version": "1.0.1", "description": "Electron Crash Reporter Server", "author": "Oxyno-zeta", "license": "SEE LICENSE IN LICENSE.md", diff --git a/package.json b/package.json index fcb0aac..e833127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ECRS", - "version": "1.0.0", + "version": "1.0.1", "description": "Electron Crash Reporter Server", "main": "index.js", "scripts": {