Skip to content

Commit a940896

Browse files
committed
update version
1 parent f5f82b0 commit a940896

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ npm-debug.log
33
.DS_Store
44
lib
55
coverage
6-
*.tgz
6+
*.tgz
7+
examples/**/dist

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-redux",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"homepage": "http://github.com/wbuchwalter/ng-redux",
55
"authors": [
66
"William Buchwalter <[email protected]> (http://github.com/wbuchwalter)"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-redux",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Redux bindings for Angular.js",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)