Skip to content

Commit

Permalink
bump version, include dist in files
Browse files Browse the repository at this point in the history
  • Loading branch information
kyldvs committed Aug 17, 2015
1 parent 5fd1cfa commit ad204fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flux",
"description": "An application architecture based on a unidirectional data flow",
"version": "2.1.0",
"version": "2.1.1",
"main": "dist/Flux.js",
"license": "https://github.com/facebook/flux/blob/master/LICENSE",
"homepage": "http://facebook.github.io/flux/",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flux",
"version": "2.1.0",
"version": "2.1.1",
"description": "An application architecture based on a unidirectional data flow",
"keywords": [
"flux",
Expand All @@ -17,7 +17,8 @@
"flow",
"index.js",
"lib",
"utils.js"
"utils.js",
"dist"
],
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ad204fd

Please sign in to comment.