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

Commit 46e79a6

Browse files
version bump
1 parent caafbf9 commit 46e79a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "Rx-jQuery",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "rx.jquery.js",
55
"dependencies": {
6-
"rx": "*"
6+
"rxjs": "*"
77
},
88
"ignore": [
99
".*",

nuget/RxJS-Bridges-jQuery/RxJS-Bridges-jQuery.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Bridges-jQuery</id>
55
<title>Reactive Extensions for JavaScript - Bridges to jQuery </title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>1.1.1.0</version>
7+
<version>1.1.2</version>
88
<authors>Microsoft Corporation</authors>
99
<description>This project provides Reactive Extensions for JavaScript (RxJS) bindings for jQuery to abstract over the event binding, Ajax and Deferreds.</description>
1010
<projectUrl>https://github.com/Reactive-Extensions/rxjs-jquery</projectUrl>
@@ -15,7 +15,7 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1.11.0" />
18+
<dependency id="RxJS-Main" version="2.1.15" />
1919
<dependency id="jQuery" />
2020
</dependencies>
2121
</metadata>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-jquery",
33
"title": "Reactive Extensions for JavaScript bindings for jQuery",
44
"description": "Library for composing asynchronous and event-based operations in JavaScript extending the jQuery library",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"homepage": "https://github.com/Reactive-Extensions/rxjs-jquery",
77
"author": {
88
"name": "MS Open Tech",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project provides Reactive Extensions for JavaScript (RxJS) bindings for jQu
66

77
## GETTING STARTED
88

9-
There are a number of ways to get started with the jQuery Bindings for RxJS. The files are available on [cdnjs](http://cdnjs.com/) and [jsDelivr](http://www.jsdelivr.com/#!rxjs-jquery).
9+
There are a number of ways to get started with the jQuery Bindings for RxJS. The files are available on [cdnjs](http://cdnjs.com/) and [jsDelivr](http://www.jsdelivr.com/#!jquery.rxjs).
1010

1111
### Download the Source
1212

0 commit comments

Comments
 (0)