Skip to content

Commit

Permalink
[Project] Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Oct 10, 2016
1 parent a6890b2 commit 6a68949
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
# 1.0.1
## Code
* Add ESLint support (Extends Airbnb standard)
* Add Tests and code coverage (Backend)
## Bug
* Fix forgotten dependency
1 change: 0 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ECRS",
"version": "1.0.0",
"version": "1.0.1",
"description": "Electron Crash Reporter Server",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6a68949

Please sign in to comment.