From 18e87fb85be9a170772bb76cfd5fb09de495df6c Mon Sep 17 00:00:00 2001 From: Jackson Tian Date: Fri, 24 Apr 2015 22:35:50 +0800 Subject: [PATCH] Bump 0.3.2 for bower and component --- bower.json | 2 +- component.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 44c15da..efcb234 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "eventproxy", "main": "index.js", - "version": "0.3.1", + "version": "0.3.2", "homepage": "http://html5ify.com/eventproxy", "authors": [ "shyvo1987@gmail.com" diff --git a/component.json b/component.json index e5a273f..607fbbc 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "eventproxy", "repo": "JacksonTian/eventproxy", "description": "An implementation of task/event based asynchronous pattern.", - "version": "0.2.5", + "version": "0.3.2", "keywords": [ "event", "task-base",