Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Mar 25, 2015
1 parent 7aa6b27 commit beeed85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakerest",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/marmelab/FakeRest",
"authors": [
"François Zaninotto <[email protected]>"
Expand All @@ -24,6 +24,10 @@
"example",
"test",
"src",
"package.json"
"package.json",
".travis.yml",
"webpack.config.js",
".gitignore",
"Makefile"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fakerest",
"version": "1.0.0",
"version": "1.0.1",
"repository": "https://github.com/marmelab/FakeRest",
"description": "Patch XMLHttpRequest to fake a REST server based on JSON data. ",
"scripts": {
Expand Down

0 comments on commit beeed85

Please sign in to comment.