Skip to content

Commit

Permalink
🔖 bump version to dev pre 0.1.0
Browse files Browse the repository at this point in the history
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 [🔒] <[email protected]>
  • Loading branch information
schas002 committed Feb 27, 2018
1 parent 8ee2466 commit 2625296
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IFS=$'\n'
set -e

VERSION='0.0.0'
VERSION='0.1.0'

REPOSITORIES=`cat repositories`

Expand Down
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2625296

Please sign in to comment.