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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpodwysocki committed Mar 27, 2015
1 parent 8d3fb09 commit 828a848
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs",
"version": "2.4.6",
"version": "2.4.7",
"main": [
"dist/rx.all.js",
"dist/rx.all.map",
Expand Down
2 changes: 1 addition & 1 deletion modules/rx-lite-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx-lite-compat",
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"description": "Lightweight IE6 compatible library for composing asynchronous and event-based operations in JavaScript",
"version": "2.4.6",
"version": "2.4.7",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down
2 changes: 1 addition & 1 deletion modules/rx-lite-extras-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx-lite-extras-compat",
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"description": "Lightweight IE6 compatible library extras for composing asynchronous and event-based operations in JavaScript",
"version": "2.4.6",
"version": "2.4.7",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down
2 changes: 1 addition & 1 deletion modules/rx-lite-extras/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx-lite-extras",
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"description": "Lightweight library extras for composing asynchronous and event-based operations in JavaScript",
"version": "2.4.6",
"version": "2.4.7",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down
2 changes: 1 addition & 1 deletion modules/rx-lite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx-lite",
"title": "Reactive Extensions for JavaScript (RxJS) Lite",
"description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
"version": "2.4.6",
"version": "2.4.7",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.6",
"version": "2.4.7",
"homepage": "https://github.com/Reactive-Extensions/RxJS",
"author": {
"name": "Cloud Programmability Team",
Expand Down

0 comments on commit 828a848

Please sign in to comment.