From 38ce1f555a2dfee954fa020f9d5b895d02c2cf35 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Wed, 19 Aug 2015 01:05:36 -0400 Subject: [PATCH] 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd6106dd5..07837c883 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rx", "title": "Reactive Extensions for JavaScript (RxJS)", "description": "Library for composing asynchronous and event-based operations in JavaScript", - "version": "3.0.1", + "version": "3.1.0", "homepage": "https://github.com/Reactive-Extensions/RxJS", "author": { "name": "Cloud Programmability Team",