Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdeveloper committed May 14, 2016
1 parent 3c4d874 commit f41cd03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions App/BitBar/BitBar-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2-beta3</string>
<string>2-beta4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.0.0-beta3</string>
<string>2.0.0-beta4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 3 additions & 1 deletion App/BitBar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# BitBar Changes

## v2 beta 3
## v2 beta 4

* Added [streaming through stdout](Docs/LongRunningPlugins.md#streaming-through-stdout)
* Added [drop to plugin](README.md#metadata) (OS X 10.10 and later)
* Added support for multi-line titles thanks to @ganeshv - #324
* Added [checkmark parameter](README.md#plugin-api)
* Save plugin screenshots via the [URL scheme](Docs/URLScheme.md#screenshot)
* Added [demo mode](README.md#metadata)
* For one click status bar action, the menu shows when pressing the alt key
Expand Down

0 comments on commit f41cd03

Please sign in to comment.