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

Commit

Permalink
version change to 0.3.0 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
hitman401 authored and bochaco committed Sep 21, 2017
1 parent c4326cd commit 7ceac83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# safe_app nodejs Change Log

# 0.1.0-dev.1
## 0.3.0

- Compatible with safe_app v0.4.0
- Minor fixes
- uses system_uri v0.2.2

## 0.1.0-dev.1

- NFS API updates
- Freeing of safe_app handles
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@maidsafe/safe-node-app",
"version": "0.2.2",
"version": "0.3.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"download_deps": {
"system_uri": {
"mirror": "https://s3.eu-west-2.amazonaws.com/system-uri",
"version": "v0.2.0",
"version": "v0.2.2",
"targetDir": "src/native",
"filePattern": "^.*\\.(dll|so|dylib)$"
},
Expand Down

0 comments on commit 7ceac83

Please sign in to comment.