From 54f4c8a54ba62be80f11178b994ef721cdea6429 Mon Sep 17 00:00:00 2001 From: Stefan Liu Date: Fri, 11 May 2018 18:18:19 +0800 Subject: [PATCH] update --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20df3f2..bd30b13 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] -make digest of the running machine +make digest and uuid of the running machine ## Installation diff --git a/package.json b/package.json index 60f6623..8a1a108 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "machine-digest", - "version": "0.0.1", - "description": "make digest of the running machine", + "version": "0.0.2", + "description": "make digest and uuid of the running machine", "main": "index.js", "scripts": { "lint": "eslint --plugin markdown --ext js,md .",