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

Commit db3d476

Browse files
Shankarhitman401
authored andcommitted
Web hosting app version changed to 0.1.2 (#230)
Email app version changed to 0.2.2
1 parent 301b071 commit db3d476

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

email_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "safe-mail-tutorial",
33
"productName": "SAFE-Mail-Tutorial",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"description": "Mailing application tutorial using SAFE Network",
66
"identifier": "net.maidsafe.examples.mailtutorial",
77
"vendor": "MaidSafe",

web_hosting_manager/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-hosting-manager",
33
"productName": "Web Hosting Manager",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Application to manage web hosting in SAFE Network",
66
"identifier": "net.maidsafe.webhostingmanager",
77
"main": "./main.js",

web_hosting_manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web-hosting-manager",
33
"productName": "Web Hosting Manager",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"description": "Application to host web files in the SAFE Network",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)