From 980da936097becca3c2caa5e2de3e2a7ee38610f Mon Sep 17 00:00:00 2001 From: Nimish Shah Date: Fri, 4 Dec 2020 01:34:13 +0530 Subject: [PATCH] v --- Chrome_Extensions/manifest.json | 2 +- Firefox_Extensions/manifest.json | 2 +- Flutter/PRPass/pubspec.yaml | 2 +- README.md | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Chrome_Extensions/manifest.json b/Chrome_Extensions/manifest.json index 7948548..57b3691 100644 --- a/Chrome_Extensions/manifest.json +++ b/Chrome_Extensions/manifest.json @@ -12,7 +12,7 @@ }, "permissions": ["storage", "notifications"], "name": "PR-Pass", - "version": "1.0.5", + "version": "1.0.3", "description": "Easy to create passwords", "author": "Ekansh Gupta - Nimish Shah", "manifest_version": 2 diff --git a/Firefox_Extensions/manifest.json b/Firefox_Extensions/manifest.json index 7948548..57b3691 100644 --- a/Firefox_Extensions/manifest.json +++ b/Firefox_Extensions/manifest.json @@ -12,7 +12,7 @@ }, "permissions": ["storage", "notifications"], "name": "PR-Pass", - "version": "1.0.5", + "version": "1.0.3", "description": "Easy to create passwords", "author": "Ekansh Gupta - Nimish Shah", "manifest_version": 2 diff --git a/Flutter/PRPass/pubspec.yaml b/Flutter/PRPass/pubspec.yaml index eea88bd..2f31b7b 100644 --- a/Flutter/PRPass/pubspec.yaml +++ b/Flutter/PRPass/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+1 +version: 1.0.3+1 environment: sdk: ">=2.7.0 <3.0.0" diff --git a/README.md b/README.md index d02b254..3aeeb34 100755 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -### Generate Password Easily - Just enter a lucky number first, put a word which is easily remembering to you and a strong password of length 16 will be created. You don't have to do anything to remember strong passwords. \ No newline at end of file +sudo wget https://raw.githubusercontent.com/sudonims/PR-Pass/master/Cli-Tool/prpass -O /usr/bin/prpass; sudo chmod +x /usr/bin/prpass