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

Commit

Permalink
version change to 0.11.0 (#319)
Browse files Browse the repository at this point in the history
- Invitation based create account
- Requires safe_core 0.23.0
  • Loading branch information
hitman401 authored and Viv Rajkumar committed Apr 6, 2017
1 parent 0498325 commit cf54ebe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.11.0]
- Invitation based create account
- Requires safe_core 0.23.0


##[0.10.3]
- Requires safe_core 0.22.4

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
|:----------------------------------------:|:-------------------------------------------:|:----------------------------------------------:|

## 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.22.4](https://github.com/maidsafe/safe_core) with the mock Routing feature:
The development dependency of this project is [Node.js v6.5.0](https://nodejs.org/download/release/v6.0.0/).
Build [safe_core version 0.23.0](https://github.com/maidsafe/safe_client_libs) with the mock Routing feature:

```
cargo build --release --features use-mock-routing
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "safe-launcher",
"productName": "SAFE Launcher",
"version": "0.10.3",
"version": "0.11.0",
"description": "SAFE Launcher Application",
"copyright": "© 2016, MaidSafe.net Ltd",
"copyright": "© 2017, MaidSafe.net Ltd",
"main": "dist/main.js",
"identifier": "net.maidsafe.safelauncher",
"scripts": {
Expand Down

0 comments on commit cf54ebe

Please sign in to comment.