Skip to content

Commit faefbf8

Browse files
committed
Initial testing completed, no obvious bugs found. Bumped version to 1.0.0
1 parent 1005573 commit faefbf8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here's the JSON you'll need to configure your plugin. If you only have one envir
2121
<pre>
2222
{
2323
"plugin": {
24-
"url": "https://github.com/wrobins/cordova-plugin-msal.git#OutSystems-v0.1.1",
24+
"url": "https://github.com/wrobins/cordova-plugin-msal.git#OutSystems-v1.0.0",
2525
"variables": [
2626
{
2727
"name": "TENANT_ID",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-msal",
3-
"version": "0.1.1",
3+
"version": "1.0.0",
44
"description": "A Cordova plugin providing a wrapper for Microsoft's MSAL library for Android and iOS.",
55
"cordova": {
66
"id": "cordova-plugin-msal",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
4-
id="cordova-plugin-msal" version="0.1.1">
4+
id="cordova-plugin-msal" version="1.0.0">
55
<name>Cordova MSAL Plugin</name>
66
<description>A Cordova plugin providing a wrapper for Microsoft's MSAL library for Android and iOS.</description>
77
<author>Walter Robins</author>

0 commit comments

Comments
 (0)