Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Jul 2, 2015
1 parent c3558a6 commit 65dbe3e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ app.controller('postCtrl', function ($scope, $routeParams, Post, Comment) {
[CHANGELOG.md](https://github.com/js-data/js-data-angular/blob/master/CHANGELOG.md)

### Community
- [Gitter Channel](https://gitter.im/js-data/js-data) - Better than IRC!
- [Announcements](http://www.js-data.io/blog)
- [Mailing List](https://groups.io/org/groupsio/jsdata) - Ask your questions!
- [Issues](https://github.com/js-data/js-data-angular/issues) - Found a bug? Feature request? Submit an issue!
- [GitHub](https://github.com/js-data/js-data-angular) - View the source code for js-data.
Expand Down
2 changes: 1 addition & 1 deletion dist/js-data-angular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* js-data-angular
* @version 3.0.0-rc.1 - Homepage <https://www.js-data.io/docs/js-data-angular/>
* @version 3.0.0 - Homepage <https://www.js-data.io/docs/js-data-angular/>
* @author Jason Dobry <jason.dobry@gmail.com>
* @copyright (c) 2014-2015 Jason Dobry
* @license MIT <https://github.com/js-data/js-data-angular/blob/master/LICENSE>
Expand Down
2 changes: 1 addition & 1 deletion dist/js-data-angular.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.11.1",
"grunt-karma": "0.11.2",
"grunt-karma-coveralls": "2.5.3",
"grunt-webpack": "1.0.10",
"grunt-webpack": "1.0.11",
"jit-grunt": "0.9.1",
"jshint-loader": "0.8.3",
"karma": "0.12.37",
Expand Down

0 comments on commit 65dbe3e

Please sign in to comment.