diff --git a/package.json b/package.json index 495e935..043898d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-oauth", - "version": "3.0.0", + "version": "3.0.1", "author": "Ayogo Health Inc. <info@ayogo.com>", "contributors": [ "Darryl Pogue <darryl@dpogue.ca>", diff --git a/plugin.xml b/plugin.xml index 8cfce52..e8abe70 100644 --- a/plugin.xml +++ b/plugin.xml @@ -14,7 +14,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-oauth" version="3.0.0"> +<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-oauth" version="3.0.1"> <name>cordova-plugin-oauth</name> <description>Cordova plugin for performing OAuth login flows.</description> <keywords>cordova,ios,android,oauth</keywords>