From 516c989cc1fc7f4ac09a3c9f557e561fd82af390 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Mar 2017 13:58:19 -0600 Subject: [PATCH] v1.0.1 --- bower.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c781940..f264a0d 100644 --- a/bower.json +++ b/bower.json @@ -38,5 +38,6 @@ "bower_components", "test", "tests" - ] + ], + "version": "1.0.1" } diff --git a/package.json b/package.json index 29c72ec..bdaaae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oauth3.js", - "version": "1.0.0", + "version": "1.0.1", "description": "The world's smallest, fastest, and most secure OAuth3 (and OAuth2) JavaScript implementation.", "main": "oauth3.node.js", "scripts": {