Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
upgrade to 1.0.2
Browse files Browse the repository at this point in the history
Change-Id: I1aa14f503d57b22a02a6b88a9e0a2c0b8bd121bc
  • Loading branch information
py8765 committed Jul 10, 2014
1 parent e23939a commit 74513a7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.0.2 / 2014-07-10
=================
* fix server reconnect bug

1.0.1 / 2014-07-03
=================
* merge pull request #538 #541 #545 #546 #547
Expand Down
2 changes: 1 addition & 1 deletion lib/pomelo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var Pomelo = module.exports = {};
* Framework version.
*/

Pomelo.version = '1.0.1';
Pomelo.version = '1.0.2';

/**
* Event definitions that would be emitted by app.event
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pomelo",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"homepage": "https://github.com/NetEase/pomelo",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion test/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var app = require('../lib/application');
var pomelo = require('../');
var should = require('should');

var WAIT_TIME = 300;
var WAIT_TIME = 1000;
var mockBase = process.cwd() + '/test';

describe('application test', function(){
Expand Down

0 comments on commit 74513a7

Please sign in to comment.