Skip to content

Commit

Permalink
choose a reasonable version and add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tycobbb committed May 17, 2016
1 parent 4bf970a commit be7cd45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Harbor/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion HarborHelper/HarborHelper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit be7cd45

Please sign in to comment.