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

Commit

Permalink
Update version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarassh committed Sep 5, 2018
1 parent ec56402 commit 235ecb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@
# 0.9.0 (2018.8.03)

- **Onbording:** Onboaring proess from DEXEOS.
- **Package:** darwin (osx), linux, win32 (windows) platform.
- **Package:** darwin (osx), linux, win32 (windows) platform.

# 0.9.1 (2018.9.06)

- **Fixes:** Fix for hang for Windows 10 on minimize action.
- **UI:** Add memo to history. Colored delegates.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fairy-wallet",
"productName": "Fairy Wallet",
"version": "0.9.0",
"version": "0.9.1",
"description": "EOS desktop wallet application for Ledger Nano S",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fairy-wallet",
"productName": "FairyWallet",
"version": "0.9.0",
"version": "0.9.1",
"description": "EOS desktop wallet application for Ledger Nano S",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 235ecb9

Please sign in to comment.