From be7cd4593044b6c92e7d7cb8373139c8b96db39d Mon Sep 17 00:00:00 2001 From: Ty Cobb Date: Mon, 16 May 2016 19:52:10 -0500 Subject: [PATCH] choose a reasonable version and add README.md --- Harbor/Info.plist | 2 +- HarborHelper/HarborHelper/Info.plist | 2 +- README.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Harbor/Info.plist b/Harbor/Info.plist index d54ec6f..41cc338 100644 --- a/Harbor/Info.plist +++ b/Harbor/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1 CFBundleSignature ???? CFBundleVersion diff --git a/HarborHelper/HarborHelper/Info.plist b/HarborHelper/HarborHelper/Info.plist index 9119808..f039831 100644 --- a/HarborHelper/HarborHelper/Info.plist +++ b/HarborHelper/HarborHelper/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + 0.1 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md new file mode 100644 index 0000000..48cb985 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Harbor + +Monitor your codeship builds from the comfort of a convenient OSX status bar application. + +### Installation + +If you don't have it already, install [brew cask](https://caskroom.github.io/), then run + +``` +$ brew cask install harbor +```