Skip to content

Commit

Permalink
Version 2.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Apr 23, 2014
1 parent ddcd54b commit 04c1848
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
<a name="2.0.9"></a>
## 2.0.9 *(2014-04-23)*

* Fix broken AngularJS bower dependency.

<a name="2.0.8"></a>
## 2.0.8 *(2014-04-22)*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Dependencies: jQuery & angular.js. (JqueryUi draggable for non-HTML5 compliant b
## About
__ng-grid__ Originally built on knockout we wanted to port it to angular.

version 2.0.8
version 2.0.9

[nuGet](https://nuget.org/packages/ng-grid)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ng-grid",
"version": "2.0.8",
"version": "2.0.9",
"homepage": "https://github.com/angular-ui/ng-grid",
"description": "Angular data grid",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion build/ng-grid.debug.js
Expand Up @@ -2,7 +2,7 @@
* ng-grid JavaScript Library
* Authors: https://github.com/angular-ui/ng-grid/blob/master/README.md
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
* Compiled At: 04/22/2014 16:27
* Compiled At: 04/23/2014 09:12
***********************************************/
(function(window, $) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion build/ng-grid.js
Expand Up @@ -2,7 +2,7 @@
* ng-grid JavaScript Library
* Authors: https://github.com/angular-ui/ng-grid/blob/master/README.md
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
* Compiled At: 04/22/2014 16:27
* Compiled At: 04/23/2014 09:12
***********************************************/
(function(window, $) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion ng-grid-2.0.8.debug.js → ng-grid-2.0.9.debug.js
Expand Up @@ -2,7 +2,7 @@
* ng-grid JavaScript Library
* Authors: https://github.com/angular-ui/ng-grid/blob/master/README.md
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
* Compiled At: 04/22/2014 16:27
* Compiled At: 04/23/2014 09:12
***********************************************/
(function(window, $) {
'use strict';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ng-grid",
"version": "2.0.8",
"version": "2.0.9",
"main": "ng-grid.min.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 04c1848

Please sign in to comment.