From 4a2bfcd8aca3cb7ca112878a5af4d7a1b70fc391 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 1 Sep 2019 21:55:44 -0500 Subject: [PATCH] Updated version --- CHANGELOG.md | 2 ++ README.md | 6 +++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f133fa9..013773d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.0.9 + ## 1.0.8 * \#8: Add tooltips to settings * \#36: Add ability to select Linux distribution type if OS is unsupported diff --git a/README.md b/README.md index 7d9cd70..d9e805e 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions v * SiaPrime >=1.4.0 ## Downloads -* **Repertory UI v1.0.8 Linux 64-bit** [](https://pixeldrain.com/u/a1H78Dc_) [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.8_linux_x86_64.AppImage) +* **Repertory UI v1.0.8 Linux 64-bit** []() [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.9_linux_x86_64.AppImage) * NOTE: Linux distributions require `fuse` and `libfuse` to be installed. -* **Repertory UI v1.0.8 OS X 64-bit** [](https://pixeldrain.com/u/6NjT6uEl) [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.8_mac.dmg) -* **Repertory UI v1.0.8 Windows 64-bit** [](https://pixeldrain.com/u/u_pP3IAk) [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.8_win.exe) +* **Repertory UI v1.0.8 OS X 64-bit** []() [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.9_mac.dmg) +* **Repertory UI v1.0.8 Windows 64-bit** []() [](https://bitbucket.org/blockstorage/repertory-ui/downloads/repertory-ui_1.0.9_win.exe) ## Supported Platforms * OS X 64-bit diff --git a/package.json b/package.json index 373cb7e..c268a73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repertory-ui", - "version": "1.0.8", + "version": "1.0.9", "private": true, "author": "scott.e.graves@protonmail.com", "description": "GUI for Repertory - Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",