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

Commit

Permalink
fix/app_version: resolve app version number (#268)
Browse files Browse the repository at this point in the history
Resolve app version issue. Changed from  v0.1.3 to v0.2.1
  • Loading branch information
Shankar authored and Viv Rajkumar committed Sep 7, 2017
1 parent 16a2c2c commit 2c995de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web_hosting_manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-hosting-manager",
"productName": "Web Hosting Manager",
"version": "0.1.3",
"version": "0.2.1",
"description": "Application to manage web hosting in SAFE Network",
"identifier": "net.maidsafe.webhostingmanager",
"main": "./main.js",
Expand Down
2 changes: 1 addition & 1 deletion web_hosting_manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-hosting-manager",
"productName": "Web Hosting Manager",
"version": "0.2.0",
"version": "0.2.1",
"description": "Application to host web files in the SAFE Network",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 2c995de

Please sign in to comment.