Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Jan 30, 2021
1 parent 71ff485 commit 7dd8e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-oauth",
"version": "2.1.0",
"version": "3.0.0",
"author": "Ayogo Health Inc. <[email protected]>",
"contributors": [
"Darryl Pogue <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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="2.1.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.0">
<name>cordova-plugin-oauth</name>
<description>Cordova plugin for performing OAuth login flows.</description>
<keywords>cordova,ios,android,oauth</keywords>
Expand Down

0 comments on commit 7dd8e2d

Please sign in to comment.