Skip to content

Commit

Permalink
0.0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
simplycash committed Aug 15, 2020
1 parent feeaa66 commit b696588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="cash.simply.wallet" version="0.0.98" xmlns="http://www.w3.org/ns/widgets" xmlns:android="schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="cash.simply.wallet" version="0.0.99" xmlns="http://www.w3.org/ns/widgets" xmlns:android="schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Simply Cash</name>
<description>simply a bitcoin sv wallet</description>
<author email="[email protected]" href="https://simply.cash/">Simply Cash Limited</author>
Expand Down
2 changes: 1 addition & 1 deletion src/providers/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export class Wallet {

public readonly ANNOUNCEMENT_URL: string = 'https://simply.cash/announcement.json'
public readonly WS_URL: string = 'https://ws.simply.cash:3000'
public readonly VERSION: string = '0.0.98'
public readonly VERSION: string = '0.0.99'

public readonly supportedAddressFormats: ReadonlyArray<string> = ['legacy', 'cashaddr']
public readonly supportedProtections: ReadonlyArray<string> = ['OFF', 'PIN', 'FINGERPRINT']
Expand Down

0 comments on commit b696588

Please sign in to comment.