Skip to content

Commit

Permalink
Merge pull request #11 from mibrito707/dev
Browse files Browse the repository at this point in the history
Chore: Bump version and update Changelog
  • Loading branch information
mibrito707 authored Oct 1, 2019
2 parents 1f342bb + e3dec78 commit c590948
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -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"
Expand All @@ -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"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-secure-storage"
version="4.0.1">
version="4.0.2">

<name>SecureStorage</name>
<author>Crypho AS</author>
Expand Down

0 comments on commit c590948

Please sign in to comment.