From 22c0e2de266b99f9e2fc427000d47f758352ebaa Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Tue, 14 Oct 2014 11:09:40 +1100 Subject: [PATCH] Bump version to 3.0.0 --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 9773713..009dc38 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "rtc", "main": "dist/rtc.js", - "version": "2.1.8", + "version": "3.0.0", "authors": [ "Damon Oehlman " ], diff --git a/package.json b/package.json index 5127731..02812f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rtc", - "version": "2.1.8", + "version": "3.0.0", "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", "main": "index.js", "scripts": { @@ -37,4 +37,4 @@ "exorcist": "^0.1.6", "uglify-js": "^2.4.15" } -} +} \ No newline at end of file