Skip to content

Commit

Permalink
[menu-bar] Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Sep 19, 2023
1 parent d69f197 commit c6c8d34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -31,7 +31,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>6</string>
<string>7</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c6c8d34

Please sign in to comment.