diff --git a/bower.json b/bower.json
index f05e501..9f0410b 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "fakerest",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "homepage": "https://github.com/marmelab/FakeRest",
   "authors": [
     "François Zaninotto <fzaninotto@gmail.com>"
diff --git a/package.json b/package.json
index 1f1d605..3678306 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fakerest",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "repository": "https://github.com/marmelab/FakeRest",
   "description": "Patch XMLHttpRequest to fake a REST server based on JSON data. ",
   "scripts": {