Skip to content

Commit

Permalink
Updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed May 11, 2020
1 parent da73346 commit e745fb6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion builders.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkBuilders
* @version 3.4.2
* @version 3.4.3
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion bundles.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkBundles
* @version 3.4.2
* @version 3.4.3
*/

require('./index');
Expand Down
2 changes: 1 addition & 1 deletion debug.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkDebug
* @version 3.4.0
* @version 3.4.3
*/

const Path = require('path');
Expand Down
6 changes: 3 additions & 3 deletions index.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module Framework
* @version 3.4.2
* @version 3.4.3
*/

'use strict';
Expand Down Expand Up @@ -955,8 +955,8 @@ function Framework() {
var self = this;

self.$id = null; // F.id ==> property
self.version = 3420;
self.version_header = '3.4.2';
self.version = 3430;
self.version_header = '3.4.3';
self.version_node = process.version.toString();
self.syshash = (__dirname + '-' + Os.hostname() + '-' + Os.platform() + '-' + Os.arch() + '-' + Os.release() + '-' + Os.tmpdir() + JSON.stringify(process.versions)).md5();
self.pref = global.PREF;
Expand Down
2 changes: 1 addition & 1 deletion internal.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkInternal
* @version 3.4.2
* @version 3.4.3
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion mail.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkMail
* @version 3.4.1
* @version 3.4.3
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"name": "Sarp Aykent",
"email": "shackhers@gmail.com"
}],
"version": "3.4.20",
"version": "3.4.3",
"homepage": "http://www.totaljs.com",
"bugs": {
"url": "https://github.com/totaljs/framework/issues",
Expand Down
2 changes: 1 addition & 1 deletion utils.js
Expand Up @@ -21,7 +21,7 @@

/**
* @module FrameworkUtils
* @version 3.4.1
* @version 3.4.3
*/

'use strict';
Expand Down

0 comments on commit e745fb6

Please sign in to comment.