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

Commit

Permalink
fix/version: email app version upgrade to 0.4.0 (#282)
Browse files Browse the repository at this point in the history
* fix/version: email app version upgrade to 0.4.0

* updating CHANGELOG
  • Loading branch information
safesurfer authored and hitman401 committed Sep 21, 2017
1 parent 65e3037 commit 38e24b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion email_app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# MaidSafe Email Tutorial App Change Log

## [0.4.0]

- Ability to switch between multiple Id
- Compatible with Safe Browser 0.6.0
- Uses safe-app-nodejs 0.3.0

## [0.1.2]
- Unversioned Tag Type Corrected
- Compatible with launcher version 0.9.2
Expand All @@ -9,4 +15,4 @@

## [0.1.0]
- Implementaion of email with features send mail and receive mail
- Save mails to `Saved Mail` section
- Save mails to `Saved Mail` section
4 changes: 2 additions & 2 deletions email_app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-mail-tutorial",
"productName": "SAFE Mail Tutorial",
"version": "0.3.1",
"version": "0.4.0",
"description": "Mailing application tutorial using SAFE Network",
"identifier": "net.maidsafe.examples.mailtutorial",
"vendor": "MaidSafe.net Ltd",
Expand Down Expand Up @@ -98,7 +98,7 @@
"webpack-merge": "^0.14.1"
},
"dependencies": {
"@maidsafe/safe-node-app": "0.2.2",
"@maidsafe/safe-node-app": "0.3.0",
"axios": "^0.14.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"buffer-stream-reader": "^0.1.1",
Expand Down

0 comments on commit 38e24b9

Please sign in to comment.