From fc2c6ff1e897340e17a13aa51a6afb0f3216721c Mon Sep 17 00:00:00 2001 From: Clement Bourgoin Date: Thu, 21 Apr 2016 19:47:10 +0200 Subject: [PATCH] Bump version to 1.0.0 & update changelog --- README.md | 10 ++++++---- package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0748ed3..e42f6be 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,10 @@ $ npm install ## Todo -* Header with stats -* Charts results -* End of game * French version -* Don't ask the same question +* Don't ask the same question twice + +## Changelog + +1.0.0 (2016-04-21) +* First release diff --git a/package.json b/package.json index acbf544..acc0a51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "all-stereotypes-are-wrong", - "version": "0.1.0", + "version": "1.0.0", "description": "A game about diversity", "main": "app.js", "scripts": {