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

Commit c4998e8

Browse files
Version bump to 3.0.1
1 parent 7bd695a commit c4998e8

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

bower.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"name": "rxjs-dom",
3-
"version": "3.0.0",
4-
"main": [
5-
"rx.dom.js",
6-
"rx.dom.compat.js"
7-
],
3+
"version": "3.0.1",
4+
"main": "rx.dom.js",
85
"dependencies": {
96
"rxjs": "*"
107
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-dom",
33
"title": "The Reactive Extensions Bindings for the DOM.",
44
"description": "Library for using DOM elements as well as Ajax requests",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"homepage": "https://github.com/Reactive-Extensions/RxJS-DOM",
77
"author": {
88
"name": "MS Open Tech",

0 commit comments

Comments
 (0)