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 +```