Skip to content

Commit 654228e

Browse files
committed
Fixed persistent images.
1 parent b47ddfb commit 654228e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

changes.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
======= 3.4.5
2+
3+
- fixed: a problem with persistent images
4+
15
======= 3.4.4
26

37
- added: schema options `$.successful(function(response) {})`

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module Framework
24-
* @version 3.4.4
24+
* @version 3.4.5
2525
*/
2626

2727
'use strict';
@@ -957,7 +957,7 @@ function Framework() {
957957

958958
self.$id = null; // F.id ==> property
959959
self.version = 3440;
960-
self.version_header = '3.4.4';
960+
self.version_header = '3.4.5';
961961
self.version_node = process.version.toString();
962962
self.syshash = (__dirname + '-' + Os.hostname() + '-' + Os.platform() + '-' + Os.arch() + '-' + Os.release() + '-' + Os.tmpdir() + JSON.stringify(process.versions)).md5();
963963
self.pref = global.PREF;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"name": "Sarp Aykent",
6767
"email": "[email protected]"
6868
}],
69-
"version": "3.4.4",
69+
"version": "3.4.5",
7070
"homepage": "http://www.totaljs.com",
7171
"bugs": {
7272
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)