Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 29, 2022
1 parent 5fb22b0 commit 562e92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "cordova-plugin-oauth",
"version": "2.0.1",
"version": "2.0.2",
"author": "Ayogo Health Inc. <[email protected]>",
"contributors": [
"Darryl Pogue <[email protected]>"
"Darryl Pogue <[email protected]>",
"Harel Mazor"
],
"description": "Cordova plugin for performing OAuth login flows.",
"license": "Apache-2.0",
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.0.1">
<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.0.2">
<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 562e92f

Please sign in to comment.