diff --git a/CHANGELOG b/CHANGELOG index 6beaa43c..cb9a5f01 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,22 @@ Changelog ========= +4.0.2 - 2019-09-30 +------------------ + +- Update contributors. + [mibrito707] +- Fixed code, added finals on variables used in inner scopes. + [giordanocardillo] +- Fixed code, added finals on variables used in inner scopes. + [oddcb] + +4.0.0-beta - 2019-07-09 +------------------ + +- Support Android Q. + [mibrito707] + 3.0.2 - 2019-04-15 ------------------ diff --git a/package.json b/package.json index dd332791..ad3c0cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-secure-storage", - "version": "4.0.1", + "version": "4.0.2", "description": "Secure storage plugin for iOS & Android", "author": "Yiorgis Gozadinos ", "contributors": [ @@ -40,7 +40,7 @@ "main": "www/securestorage.js", "repository": { "type": "git", - "url": "git+https://github.com/crypho/cordova-plugin-secure-storage.git" + "url": "git+https://github.com/mibrito707/cordova-plugin-secure-storage.git" }, "scripts": { "eslint": "./node_modules/.bin/eslint www/securestorage.js tests/tests.js" @@ -51,7 +51,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/crypho/cordova-plugin-secure-storage/issues" + "url": "https://github.com/mibrito707/cordova-plugin-secure-storage/issues" }, - "homepage": "https://github.com/crypho/cordova-plugin-secure-storage#readme" + "homepage": "https://github.com/mibrito707/cordova-plugin-secure-storage#readme" } diff --git a/plugin.xml b/plugin.xml index c0b9ccb3..9afb76a1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="4.0.2"> SecureStorage Crypho AS