Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubak10 committed Dec 11, 2014
1 parent 84759e4 commit d572412
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngHandsontable",
"version": "0.4.0",
"version": "0.5.0",
"dependencies": {
"angular": "~1.2.25",
"handsontable": "~0.12"
Expand Down
4 changes: 2 additions & 2 deletions dist/ngHandsontable.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* ngHandsontable 0.4.0
* ngHandsontable 0.5.0
*
* Copyright 2012-2014 Marcin Warpechowski
* Licensed under the MIT license.
* https://github.com/handsontable/ngHandsontable
* Date: Thu Dec 11 2014 16:16:28 GMT+0100 (CET)
* Date: Thu Dec 11 2014 16:21:43 GMT+0100 (CET)
*/

if (document.all && !document.addEventListener) { // IE 8 and lower
Expand Down
4 changes: 2 additions & 2 deletions dist/ngHandsontable.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/handsontable/ngHandsontable"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.4.0",
"version": "0.5.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.1",
Expand Down

0 comments on commit d572412

Please sign in to comment.