diff --git a/README.md b/README.md
index 6d6b42b7..c6ddf4ba 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# SecureStorage plugin for Apache Cordova
-[![NPM](https://nodei.co/npm/@mibtiyo707/cordova-plugin-secure-storage.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@mibrito707/cordova-plugin-secure-storage/)
+[![NPM](https://nodei.co/npm/cordova-plugin-secure-storage-echo.png?mini=true)](https://nodei.co/npm/cordova-plugin-secure-storage-echo/)
-##### Forked from [Crypho/cordova-plugin-secure-storage](https://github.com/Crypho/cordova-plugin-secure-storage) in a effort to keep that project alive.
+##### Forked from [Crypho/cordova-plugin-secure-storage](https://github.com/Crypho/cordova-plugin-secure-storage) in a effort to keep that project alive. Thank you @ggozad.
## Introduction
@@ -33,13 +33,7 @@ The plugin can be installed via the Cordova command line interface:
- Run the command:
```sh
-cordova plugin add cordova-plugin-secure-storage
-```
-
-or if you want to be running the development version,
-
-```sh
-cordova plugin add https://github.com/crypho/cordova-plugin-secure-storage.git
+cordova plugin add cordova-plugin-secure-storage-echo
```
## Plugin API
diff --git a/package.json b/package.json
index d52f3531..4bed4d25 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
- "name": "@mibrito707/cordova-plugin-secure-storage",
- "version": "4.0.3",
+ "name": "cordova-plugin-secure-storage-echo",
+ "version": "5.0.0",
"description": "Secure storage plugin for iOS & Android",
"author": "Yiorgis Gozadinos ",
"contributors": [
@@ -22,7 +22,7 @@
}
],
"cordova": {
- "id": "cordova-plugin-secure-storage",
+ "id": "cordova-plugin-secure-storage-echo",
"platforms": ["android", "ios", "wp8", "windows"]
},
"keywords": [
@@ -30,6 +30,7 @@
"security",
"encryption",
"storage",
+ "secure",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
@@ -40,7 +41,7 @@
"main": "www/securestorage.js",
"repository": {
"type": "git",
- "url": "git+https://github.com/mibrito707/cordova-plugin-secure-storage.git"
+ "url": "git+https://github.com/mibrito707/cordova-plugin-secure-storage-echo.git"
},
"scripts": {
"eslint": "./node_modules/.bin/eslint www/securestorage.js tests/tests.js"
@@ -51,7 +52,7 @@
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/mibrito707/cordova-plugin-secure-storage/issues"
+ "url": "https://github.com/mibrito707/cordova-plugin-secure-storage-echo/issues"
},
- "homepage": "https://github.com/mibrito707/cordova-plugin-secure-storage#readme"
+ "homepage": "https://github.com/mibrito707/cordova-plugin-secure-storage-echo#readme"
}
diff --git a/plugin.xml b/plugin.xml
index d7ebba86..607e1fd5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,8 +1,8 @@
+ id="cordova-plugin-secure-storage-echo"
+ version="5.0.0">
SecureStorage
Crypho AS