Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Commit b53ed87

Browse files
committed
Update version
1 parent d4a9a36 commit b53ed87

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@
7979

8080
- **Features:** Settings Tab. Default Blockchain explorer.
8181
- **Fixes:** Fix for vires in numeris hang.
82-
- **UI:** Dark mode.
82+
- **UI:** Dark mode.
83+
84+
# 0.9.3 (2018.9.16)
85+
86+
- **Features:** Error details.
87+
- **Fixes:** Invalid precision for generic tokens.

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55

6-
[![version](https://img.shields.io/badge/release-0.9.2-lightgrey.svg)](https://github.com/tarassh/fairy-wallet/releases)
6+
[![version](https://img.shields.io/badge/release-0.9.3-lightgrey.svg)](https://github.com/tarassh/fairy-wallet/releases)
77

88
# Fairy Wallet - Ledger Nano S compatible wallet for EOS software.
99

@@ -25,13 +25,13 @@
2525

2626
## Releases
2727

28-
The latest release version is 0.9.2. To download application use one the following links:
28+
The latest release version is 0.9.3. To download application use one the following links:
2929

30-
- [for MacOS](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2/FairyWallet-0.9.2.dmg)
31-
- [for Windows](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2/FairyWallet.Setup.0.9.2.exe)
32-
- [for Linux](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.2/fairy-wallet_0.9.2_amd64.deb)
30+
- [for MacOS](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3/FairyWallet-0.9.3.dmg)
31+
- [for Windows](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3/FairyWallet.Setup.0.9.3.exe)
32+
- [for Linux](https://github.com/tarassh/fairy-wallet/releases/download/v0.9.3/fairy-wallet_0.9.3_amd64.deb)
3333

34-
Release notes: https://github.com/tarassh/fairy-wallet/releases/tag/v0.9.2
34+
Release notes: https://github.com/tarassh/fairy-wallet/releases/tag/v0.9.3
3535

3636

3737
**NOTE**: Wallet on Linux may require additional permitions for the device. To add permitions, use this [script](https://github.com/LedgerHQ/udev-rules/blob/master/add_udev_rules.sh).

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fairy-wallet",
33
"productName": "Fairy Wallet",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"description": "EOS desktop wallet application for Ledger Nano S",
66
"main": "./main.prod.js",
77
"author": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fairy-wallet",
33
"productName": "FairyWallet",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"description": "EOS desktop wallet application for Ledger Nano S",
66
"scripts": {
77
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",

0 commit comments

Comments
 (0)