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 #272 from krishnaIndia/v0.9.2
Browse files Browse the repository at this point in the history
version change to 0.9.2
  • Loading branch information
Viv Rajkumar authored Oct 18, 2016
2 parents 6a9c066 + cc50437 commit 03e9336
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# SAFE Launcher Change Log

##[0.9.1]
- Requires safe_core 0.22.0
- Versioned StructuredData API exposed to read a specific version
- StructuredData Delete APIs exposed
- API to validate size of StructuredData and ImmutableData added
- Minor bug fixes

##[0.9.1]
- Requires safe_core 0.21.2
- Web proxy removed
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.2](https://github.com/maidsafe/safe_core) with the mock Routing feature:
Build [safe_core version 0.22.0](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.1",
"version": "0.9.2",
"description": "SAFE Launcher Application",
"copyright": "© 2016, MaidSafe.net Ltd",
"main": "dist/main.js",
Expand Down

0 comments on commit 03e9336

Please sign in to comment.