Skip to content

Commit

Permalink
Stable Version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 2, 2015
1 parent 47ea7ab commit c3558a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### 3.0.0 - 02 July 2015

Stable Version 3.0.0

##### 3.0.0-rc.1 - 28 June 2015

Stable Version 3.0.0-rc.1
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"angular-mocks-1.3.2": "angular-mocks#1.3.2"
},
"dependencies": {
"js-data": "2.0.0-rc.1",
"js-data-http": "2.0.0-rc.1",
"js-data": ">=2.0.0",
"js-data-http": ">=2.0.0",
"angular": ">=1.1.0"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-data-angular",
"description": "Angular wrapper for js-data.",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"homepage": "http://www.js-data.io/docs/js-data-angular",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,9 +49,9 @@
},
"peerDependencies": {
"angular": ">=1.1.0",
"js-data": "2.0.0-rc.1"
"js-data": ">=2.0.0"
},
"dependencies": {
"js-data-http": "2.0.0-rc.1"
"js-data-http": ">=2.0.0"
}
}

0 comments on commit c3558a6

Please sign in to comment.