Skip to content

Commit

Permalink
updating to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
orneryd committed Apr 9, 2013
1 parent 665a1cb commit 297639b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.3
version 2.0.4

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

Expand Down Expand Up @@ -63,6 +63,7 @@ Check out the [Getting Started](https://github.com/angular-ui/ng-grid/wiki/Getti
[Examples](http://angular-ui.github.com/ng-grid/)

##Change Log##
* __2013-03-29__ - Version 2.0.3 - fixing some more minor bugs.
* __2013-03-29__ - Version 2.0.3 - changed default multiSelect behavior, updating some plugins and making some more minor bugfixes.
* __2013-03-08__ - Version 2.0.2 - minor bugfixes, updating some plugins.
* __2013-03-05__ - Version 2.0.1 - Moved to grunt build system. No more international version; all languages are included by default. Fixed minor grouping display issue. Using $templateCache for templates instead of global namespace.
Expand Down
2 changes: 1 addition & 1 deletion build/ng-grid.debug.js
Original file line number Diff line number Diff line change
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/08/2013 17:12
* Compiled At: 04/08/2013 17:19
***********************************************/
(function(window, $) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion build/ng-grid.js
Original file line number Diff line number Diff line change
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/08/2013 17:12
* Compiled At: 04/08/2013 17:19
***********************************************/
(function(window, $) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ng-grid",
"version": "2.0.3",
"version": "2.0.4",
"main": ["./ng-grid.css", "./build/ng-grid.min.js"]
}
2 changes: 1 addition & 1 deletion ng-grid-2.0.3.debug.js → ng-grid-2.0.4.debug.js
Original file line number Diff line number Diff line change
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/08/2013 17:12
* Compiled At: 04/08/2013 17:19
***********************************************/
(function(window, $) {
'use strict';
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-grid",
"version": "2.0.3",
"version": "2.0.4",
"description": "__Contributors:__",
"main": "ng-grid.min.js",
"directories": {
Expand Down

0 comments on commit 297639b

Please sign in to comment.