We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff5c2 commit 926cb8dCopy full SHA for 926cb8d
Gruntfile.js
@@ -471,7 +471,7 @@ module.exports = function (grunt) {
471
'test',
472
'build'
473
]);
474
- grunt.registerTask('bump', [
475
- 'bump'
476
- ]);
+ //grunt.registerTask('bump', [
+ // 'bump'
+ //]);
477
};
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-ui-grid",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"dependencies": {
5
"angular": "^1.3.0"
6
},
0 commit comments