Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisshiplet committed Sep 13, 2017
1 parent 6157189 commit a188297
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,24 @@ Simply place btcbar.app in your `/Applications` folder, and optionally add it to

## Download

The current version of btcbar (2.3.1) can be downloaded here:
The current version of btcbar (2.4.0) can be downloaded here:

https://github.com/nearengine/btcbar/releases/download/v2.3.1/btcbar_2_3_1.zip
https://github.com/nearengine/btcbar/releases/download/v2.4.0/btcbar_2_4_0.zip

It requires OS X 10.7+ and a 64-bit processor.

## Development

Requires Cocoapods. Run `pod install` in the project directory and open `btcbar.xcworkspace` to build the app.

## Changelog

### 2.4.0
* #17 Add Kraken ticker
* #26 Add Bittrex ticker
* #24 Remove BTCe ticker
* Fix #21 automatically reload tickers when internet is reconnected

### 2.3.1

* Fix BitFenix ticker (it was throwing 301s back to the btcbar user agent, but it's on a 60 second poll and they don't publish any rate limits...)
Expand Down
2 changes: 1 addition & 1 deletion btcbar/btcbar-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>2.3.1</string>
<string>2.4.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a188297

Please sign in to comment.