Skip to content

Commit 18f234a

Browse files
committed
Merge branch 'release/0.7.0'
2 parents a3e1087 + 6c09069 commit 18f234a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngHandsontable",
3-
"version": "0.7.0-beta3",
3+
"version": "0.7.0",
44
"dependencies": {
55
"angular": "~1.4",
66
"handsontable": "~0.19.0"

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.7.0-beta3');
41+
app.constant('version', 'v0.7.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.7.0-beta3
2+
* ngHandsontable 0.7.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: Mon Oct 05 2015 21:07:04 GMT+0200 (CEST)
8+
* Date: Thu Oct 15 2015 12:36:18 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.7.0-beta3",
13+
"version": "0.7.0",
1414
"devDependencies": {
1515
"angular": "^1.4.2",
1616
"angular-mocks": "^1.4.2",

0 commit comments

Comments
 (0)