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

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
Change-Id: I780870f527614bdc687c50551e006ff3254136cf
  • Loading branch information
cynron committed Oct 10, 2014
1 parent ce9797e commit f132be6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.1.1 / 2014-10-10
=================
* [NEW] upgrade pomelo-protocol to 0.1.4
[#616](https://github.com/NetEase/pomelo/pull/616)
* [FIX] incorrect this scope
[#622](https://github.com/NetEase/pomelo/pull/622)
* [FIX] fix bug on arg parse
[#623](https://github.com/NetEase/pomelo/pull/623)
* [FIX] connection without communication bug

1.1.0 / 2014-09-12
=================
* [NEW] fit for libpomelo2
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.1.0';
Pomelo.version = '1.1.1';

/**
* 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.1.0",
"version": "1.1.1",
"private": false,
"homepage": "https://github.com/NetEase/pomelo",
"repository": {
Expand Down

0 comments on commit f132be6

Please sign in to comment.