Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #264 from krishnaIndia/v0.9.1
Browse files Browse the repository at this point in the history
version change to 0.9.1
  • Loading branch information
Viv Rajkumar authored Oct 4, 2016
2 parents 58caeef + 8a5eb85 commit df3cfe0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "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",
Expand Down

0 comments on commit df3cfe0

Please sign in to comment.