From 262529650f195822e1a792b5309e7cdd332475e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Zyabin=20=5B=F0=9F=94=92=5D?= Date: Tue, 27 Feb 2018 17:01:56 +0400 Subject: [PATCH] :bookmark: bump version to dev pre 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation of getting the new CybreDisk to use Orchestra, I've bumped the version to dev pre 0.1.0. Signed-off-by: Andrew Zyabin [🔒] --- make.sh | 2 +- package.json | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index d4e141e..8cc8269 100644 --- a/make.sh +++ b/make.sh @@ -2,7 +2,7 @@ IFS=$'\n' set -e -VERSION='0.0.0' +VERSION='0.1.0' REPOSITORIES=`cat repositories` diff --git a/package.json b/package.json index 135d117..6c07613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,16 @@ { "name": "@cybredisk/orchestra", "private": true, - "version": "0.0.0", + "version": "0.1.0", + "description": "CybreDisk build system", + "author": "Andrew Zyabin", + "repository": { + "type": "git", + "url": "https://github.com/CybreDisk/orchestra.git" + }, + "homepage": "https://cybredisk.github.io/orchestra", + "bugs": { + "url": "https://github.com/CybreDisk/orchestra/issues" + }, "license": "MIT" }