Skip to content

Commit

Permalink
Fixed persistent images.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Jul 10, 2020
1 parent b47ddfb commit 654228e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
======= 3.4.5

- fixed: a problem with persistent images

======= 3.4.4

- added: schema options `$.successful(function(response) {})`
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* @module Framework
* @version 3.4.4
* @version 3.4.5
*/

'use strict';
Expand Down Expand Up @@ -957,7 +957,7 @@ function Framework() {

self.$id = null; // F.id ==> property
self.version = 3440;
self.version_header = '3.4.4';
self.version_header = '3.4.5';
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"name": "Sarp Aykent",
"email": "[email protected]"
}],
"version": "3.4.4",
"version": "3.4.5",
"homepage": "http://www.totaljs.com",
"bugs": {
"url": "https://github.com/totaljs/framework/issues",
Expand Down

0 comments on commit 654228e

Please sign in to comment.