Skip to content

Commit 07159d1

Browse files
committed
updated: version
1 parent 533029d commit 07159d1

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

bin/tpm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
var VERSION = 'v1.5.0';
3+
var VERSION = 'v1.5.1';
44

55
var fs = require('fs');
66
var ph = require('path');

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ if (typeof(setImmediate) === UNDEFINED) {
7070
function Framework() {
7171

7272
this.id = null;
73-
this.version = 1500;
74-
this.version_header = '1.5.0';
73+
this.version = 1501;
74+
this.version_header = '1.5.1';
7575

7676
this.versionNode = parseInt(process.version.replace('v', '').replace(/\./g, ''), 10);
7777

minify/total.js/bin/tpm

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

minify/total.js/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minify/total.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "total.js",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "web framework (MVC) for node.js",
55
"main": "./index.js",
66
"keywords": [ "total", "framework", "web", "websocket", "mvc", "controller", "view", "angular.js", "upload", "picture", "graphicsmagick", "imagemagick", "eshop", "blog", "forum", "chat", "game", "nosql", "database", "streaming", "live", "server sent events", "sse", "multipart", "x-mixed-replace"],

minify/total.js/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ web framework for node.js
77

88
__total.js__ is web application framework for creating a rich web sites and web services. The framework has good documentation and contains many examples. Please support the framework on GitHub and other social networks.
99

10-
> Current version (1.5.0) is __stable version__.
10+
> Current version (1.5.1) is __stable version__.
1111
1212
```
1313
$ npm install total.js

0 commit comments

Comments
 (0)