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

Commit 0b8ca8f

Browse files
Version bump
1 parent 6df0373 commit 0b8ca8f

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "Rx-jQuery",
3+
"version": "2.0.3",
4+
"main": "rx.jquery.js",
5+
"dependencies": {
6+
"rx": "*"
7+
},
8+
"ignore": [
9+
".*",
10+
"*.bat",
11+
"*.md",
12+
"*.min.*",
13+
"*.txt",
14+
"*.log",
15+
"package.json",
16+
"node_modules",
17+
"doc",
18+
"examples",
19+
"src",
20+
"tests"
21+
]
22+
}

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

Lines changed: 1 addition & 1 deletion
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.0.0</version>
7+
<version>1.1.1.0</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>

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.0.1",
5+
"version": "1.1.1",
66
"homepage": "https://github.com/Reactive-Extensions/rxjs-jquery",
77
"author": {
88
"name": "MS Open Tech",

0 commit comments

Comments
 (0)