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

Commit 2c995de

Browse files
ShankarViv Rajkumar
authored andcommitted
fix/app_version: resolve app version number (#268)
Resolve app version issue. Changed from v0.1.3 to v0.2.1
1 parent 16a2c2c commit 2c995de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.3",
4+
"version": "0.2.1",
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.2.0",
4+
"version": "0.2.1",
55
"description": "Application to host web files in the SAFE Network",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)