diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 5ad184a1..8f549ee8 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,5 +1,10 @@ # SAFE Launcher Change Log +##[0.9.1] +- Requires safe_core 0.21.2 +- Web proxy removed +- Low level api updated to match one to one with safe_core + ##[0.9.0] - Requires safe_core 0.20.0 - UI switched to React + Redux from angular diff --git a/README.md b/README.md index bac15394..e7e9c608 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Installation The development dependency of this project is [Node.js v6.0 or above](https://nodejs.org/download/release/v6.0.0/). -Build [safe_core version 0.21.0](https://github.com/maidsafe/safe_core) with the mock Routing feature: +Build [safe_core version 0.21.2](https://github.com/maidsafe/safe_core) with the mock Routing feature:   ``` cargo build --release --features use-mock-routing diff --git a/package.json b/package.json index e177d409..66c7af95 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "safe-launcher", "productName": "SAFE Launcher", - "version": "0.9.0", + "version": "0.9.1", "description": "SAFE Launcher Application", "copyright": "© 2016, MaidSafe.net Ltd", "main": "dist/main.js",