From f7f8c3a6ce813f62351d96681904d632b4a433f6 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Fri, 21 Aug 2015 16:50:26 -0400 Subject: [PATCH] 3.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07837c883..8e98f3238 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.1.0", + "version": "3.1.1", "homepage": "https://github.com/Reactive-Extensions/RxJS", "author": { "name": "Cloud Programmability Team",