Skip to content

Commit fbb845d

Browse files
committed
Updated version, the problem with NPM.
1 parent 9a67607 commit fbb845d

8 files changed

Lines changed: 14 additions & 12 deletions

File tree

builders.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkBuilders
24-
* @version 1.9.4
24+
* @version 1.9.5
2525
*/
2626

2727
'use strict';

changes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
======= 1.9.4
1+
======= 1.9.5
2+
3+
I had to skip v1.9.4 version because of NPM (by my mistake).
24

35
- added: (IMPORTANT) new feature: THEMES
46
- added: `@{theme}` --> return String

image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkImage
24-
* @version 1.9.4
24+
* @version 1.9.5
2525
*/
2626

2727
'use strict';

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module Framework
24-
* @version 1.9.4
24+
* @version 1.9.5
2525
*/
2626

2727
'use strict';
@@ -408,8 +408,8 @@ var directory = framework_utils.$normalize(require.main ? path.dirname(require.m
408408
function Framework() {
409409

410410
this.id = null;
411-
this.version = 1940;
412-
this.version_header = '1.9.4';
411+
this.version = 1950;
412+
this.version_header = '1.9.5';
413413

414414
var version = process.version.toString().replace('v', '').replace(/\./g, '');
415415
if (version[0] !== '0' || version[1] !== '0')

internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkInternal
24-
* @version 1.9.4
24+
* @version 1.9.5
2525
*/
2626

2727
'use strict';

merged/total.js

Lines changed: 3 additions & 3 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
@@ -59,7 +59,7 @@
5959
"name": "Dusan Dragula",
6060
"email": "dusan.dragula@goodrequest.com"
6161
}],
62-
"version": "1.9.4",
62+
"version": "1.9.5",
6363
"homepage": "http://www.totaljs.com",
6464
"bugs": {
6565
"url": "https://github.com/totaljs/framework/issues",

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkUtils
24-
* @version 1.9.4
24+
* @version 1.9.5
2525
*/
2626

2727
'use strict';

0 commit comments

Comments
 (0)