diff --git a/package.json b/package.json index ae73d6b..e373f01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.1.0", "devDependencies": { "ava": "^0.17.0", "babel-eslint": "^7.1.1", diff --git a/packages/plug-auth-client/package.json b/packages/plug-auth-client/package.json index 5368e72..134b7c5 100644 --- a/packages/plug-auth-client/package.json +++ b/packages/plug-auth-client/package.json @@ -1,7 +1,7 @@ { "name": "plug-auth-client", "description": "Client library for third-party authentication with plug.dj.", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "keywords": [ "plug", diff --git a/packages/plug-auth-server/package.json b/packages/plug-auth-server/package.json index 2caf424..d6517fb 100644 --- a/packages/plug-auth-server/package.json +++ b/packages/plug-auth-server/package.json @@ -1,7 +1,7 @@ { "name": "plug-auth-server", "description": "Client- and server-side library for \"authenticating\" plug.dj users to your service. Sort of like third-party OAuth for plug.dj, but not OAuth.", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "keywords": [ "plug",