Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdentino committed Sep 18, 2017
1 parent 633160f commit 8c837c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

0.2.0 / 2017-09-18
==================

* Initial release
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "mac-ranch",
"version": "0.1.0",
"version": "0.2.0",
"description": "Wrapper to deploy Rancher on Docker for Mac",
"main": "mac-ranch",
"bin" : "./mac-ranch",
"bin": "./mac-ranch",
"preferGlobal": true,
"os": [ "darwin" ],
"os": [
"darwin"
],
"scripts": {
"preversion": "scripts/prerelease",
"version": "scripts/release",
Expand Down

0 comments on commit 8c837c4

Please sign in to comment.