Skip to content

Commit 22c0e2d

Browse files
committed
Bump version to 3.0.0
1 parent 91d9da5 commit 22c0e2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rtc",
33
"main": "dist/rtc.js",
4-
"version": "2.1.8",
4+
"version": "3.0.0",
55
"authors": [
66
"Damon Oehlman <damon.oehlman@nicta.com.au>"
77
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtc",
3-
"version": "2.1.8",
3+
"version": "3.0.0",
44
"description": "Build WebRTC conferencing applications with easy using rtc.io. This package provides a super-friendly entry point for working with WebRTC, dive into underling rtc.io modules for more configuration and customization opportunities",
55
"main": "index.js",
66
"scripts": {
@@ -37,4 +37,4 @@
3737
"exorcist": "^0.1.6",
3838
"uglify-js": "^2.4.15"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)