Skip to content

Commit

Permalink
[menu-bar] Bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Feb 9, 2024
1 parent 9a70053 commit 534f0e1
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
Expand Up @@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.0.4</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>21</string>
<string>22</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "1.1.0",
"version": "1.0.4",
"private": true,
"scripts": {
"archive": "yarn update-cli && xcodebuild archive -workspace macos/ExpoMenuBar.xcworkspace -scheme ExpoMenuBar-macOS -destination 'generic/platform=macOS,name=Any Mac' -archivePath build/ExpoOrbit.xcarchive",
Expand Down

0 comments on commit 534f0e1

Please sign in to comment.