Skip to content

Commit

Permalink
Bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aboscan committed Sep 2, 2021
1 parent 92ad4ef commit cfeee10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.3
## Description
- Add function to remove only user and password for ios keychain

# 1.0.2
## Description
- Added package.json file
Expand Down
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-kunder-accountmanager",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use Android Account Manager and iOS Keychain to manage accounts of one user and share with other applications of the same vendor",
"cordova": {
"id": "cordova-plugin-kunder-accountmanager",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-kunder-accountmanager" version="1.0.2">
id="cordova-plugin-kunder-accountmanager" version="1.0.3">
<name>AccountManagerPlugin</name>
<description>Account Manager cordova plugin for android and keychain for iOS</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit cfeee10

Please sign in to comment.