Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 828a848

Browse files
Version bump
1 parent 8d3fb09 commit 828a848

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs",
3-
"version": "2.4.6",
3+
"version": "2.4.7",
44
"main": [
55
"dist/rx.all.js",
66
"dist/rx.all.map",

modules/rx-lite-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
44
"description": "Lightweight IE6 compatible library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.6",
5+
"version": "2.4.7",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-extras-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-extras-compat",
33
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
44
"description": "Lightweight IE6 compatible library extras for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.6",
5+
"version": "2.4.7",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite-extras/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite-extras",
33
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
44
"description": "Lightweight library extras for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.6",
5+
"version": "2.4.7",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

modules/rx-lite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-lite",
33
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
44
"description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.6",
5+
"version": "2.4.7",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx",
33
"title": "Reactive Extensions for JavaScript (RxJS)",
44
"description": "Library for composing asynchronous and event-based operations in JavaScript",
5-
"version": "2.4.6",
5+
"version": "2.4.7",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS",
77
"author": {
88
"name": "Cloud Programmability Team",

0 commit comments

Comments
 (0)