Skip to content

Commit

Permalink
new Version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHae committed Mar 18, 2017
1 parent 3448933 commit b4866b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Chrome Addon
============

Version 0.2.1-beta
Version 0.3.0-beta

This is a Chrome Extension for the [Password-Manager](https://github.com/zeruniverse/Password-Manager).
Currently, it supports inserting username and password into inputs in pages whose urls exist in the password manager.
Expand Down Expand Up @@ -30,4 +30,3 @@ Future Plans
------------

+ Remember which account is chosen as default for a webpage
+ Search accounts
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"48": "icons/icon48.png",
"128": "icons/icon128_alpha.png"},
"update_url": "https://raw.githubusercontent.com/BenjaminHae/PwChromeExtension/master/version.xml",
"version": "0.2.3",
"version": "0.3.0",

"browser_action": {
"default_icon": "iconLoggedOut.png",
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='jjoamhkdgjdkdjhiieeegmjehaghmmjd'>
<updatecheck codebase='https://github.com/BenjaminHae/PwChromeExtension/releases/download/v0.2.0-beta/PwChromeAddon.crx' version='0.2.1' />
<updatecheck codebase='https://github.com/BenjaminHae/PwChromeExtension/releases/download/v0.2.0-beta/PwChromeAddon.crx' version='0.3.0' />
</app>
</gupdate>

0 comments on commit b4866b5

Please sign in to comment.