diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ff48571..7191d1553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added -- Auto email confirmation ([#2169](https://github.com/lbryio/lbry-desktop/pull/2169)) +### Changed + +### Fixed + +## [0.27.0] - 2018-01-15 ### Changed - App redesign with shared colors component ([#2144](https://github.com/lbryio/lbry-desktop/pull/2144)) -- Upgraded [LBRY SDK 0.30.4](https://github.com/lbryio/lbry/releases/tag/v0.30.4) to improve network stability ### Fixed diff --git a/package.json b/package.json index 92a4a10f6..225a8cfda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LBRY", - "version": "0.26.1", + "version": "0.27.0", "description": "A browser for the LBRY network, a digital marketplace controlled by its users.", "keywords": [ "lbry" diff --git a/src/renderer/component/walletBalance/view.jsx b/src/renderer/component/walletBalance/view.jsx index 073f5fd9b..283f0f59d 100644 --- a/src/renderer/component/walletBalance/view.jsx +++ b/src/renderer/component/walletBalance/view.jsx @@ -16,7 +16,9 @@ const WalletBalance = (props: Props) => {