Skip to content

Commit bde761a

Browse files
committed
version bump
2 parents 58cfc84 + 58cfc84 commit bde761a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

App/BitBar/BitBar-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2-beta9</string>
18+
<string>2-beta10</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleURLTypes</key>
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>2.0.0-beta9</string>
33+
<string>2.0.0-beta10</string>
3434
<key>LSApplicationCategoryType</key>
3535
<string>public.app-category.productivity</string>
3636
<key>LSMinimumSystemVersion</key>

App/BitBar/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BitBar Changes
22

3-
## v2 beta 9
3+
## v2 beta 10
44

55
* Added [streaming through stdout](Docs/LongRunningPlugins.md#streaming-through-stdout)
66
* Added [drop to plugin](README.md#metadata) (OS X 10.10 and later)
@@ -12,6 +12,7 @@
1212
* Save plugin screenshots via the [URL scheme](Docs/URLScheme.md#screenshot)
1313
* Added [demo mode](README.md#metadata)
1414
* For one click status bar action, the menu shows when pressing the alt key
15+
* Fixed a crash when the font name has wrong capitalization
1516
* Fixed a crash when setting `root=true`
1617
* Grayed out status item during refresh (less distracting)
1718

0 commit comments

Comments
 (0)