Skip to content

Commit 2a537fb

Browse files
committed
0.12.0
1 parent 3e39140 commit 2a537fb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

demo/build/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof requ
3838
}
3939
config.$inject = ['$sceDelegateProvider', '$httpProvider', '$stateProvider', '$compileProvider', '$urlRouterProvider', 'demoMapProvider'];
4040

41-
app.constant('version', 'v0.11.1');
41+
app.constant('version', 'v0.12.0');
4242
app.config(config);
4343

4444
angular.element(document).ready(function() {

dist/ngHandsontable.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* ngHandsontable 0.11.1
2+
* ngHandsontable 0.12.0
33
*
44
* Copyright 2012-2015 Marcin Warpechowski
55
* Copyright 2015 Handsoncode sp. z o.o. <hello@handsontable.com>
66
* Licensed under the MIT license.
77
* https://github.com/handsontable/ngHandsontable
8-
* Date: Fri May 20 2016 09:23:23 GMT+0200 (CEST)
8+
* Date: Wed May 25 2016 15:56:21 GMT+0200 (CEST)
99
*/
1010

1111
if (document.all && !document.addEventListener) { // IE 8 and lower

dist/ngHandsontable.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/handsontable/ngHandsontable/issues"
1111
},
1212
"author": "Marcin Warpechowski <hello@handsontable.com>",
13-
"version": "0.11.1",
13+
"version": "0.12.0",
1414
"devDependencies": {
1515
"angular": "^1.5.0",
1616
"angular-mocks": "^1.5.0",

0 commit comments

Comments
 (0)