Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Mar 31, 2022
1 parent e4aa1e7 commit a09b837
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": "3.0.2",
"version": "4.0.0",
"author": "Ayogo Health Inc. <info@ayogo.com>",
"contributors": [
"Darryl Pogue <darryl@dpogue.ca>",
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="3.0.2">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-oauth" version="4.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 a09b837

Please sign in to comment.