diff --git a/bower.json b/bower.json index 47ab36e26..b3c5f875b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rxjs", - "version": "2.3.24", + "version": "2.3.25", "main": [ "dist/rx.all.js", "dist/rx.all.map", diff --git a/package.json b/package.json index aa92cfe6a..c2bb7e7b5 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": "2.3.24", + "version": "2.3.25", "homepage": "https://github.com/Reactive-Extensions/RxJS", "author": { "name": "Cloud Programmability Team",