Skip to content

Commit 37b4c9d

Browse files
[menu-bar] Bump version to 2.0.3 (#259)
1 parent 28068bc commit 37b4c9d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### 🎉 New features
88

9+
### 🐛 Bug fixes
10+
11+
### 💡 Others
12+
13+
## 2.0.3 — 2025-05-16
14+
15+
### 🎉 New features
16+
917
- Add warning when developer mode is disabled on iOS. ([#250](https://github.com/expo/orbit/pull/250) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1018

1119
### 🐛 Bug fixes

apps/menu-bar/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-orbit",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"productName": "expo-orbit",
55
"description": "Accelerate your development workflow with one-click build launches and simulator management from your menu bar",
66
"license": "MIT",

apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<key>CFBundlePackageType</key>
5959
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
6060
<key>CFBundleShortVersionString</key>
61-
<string>2.0.2</string>
61+
<string>2.0.3</string>
6262
<key>CFBundleURLTypes</key>
6363
<array>
6464
<dict>
@@ -70,7 +70,7 @@
7070
</dict>
7171
</array>
7272
<key>CFBundleVersion</key>
73-
<string>32</string>
73+
<string>33</string>
7474
<key>LSApplicationCategoryType</key>
7575
<string>public.app-category.developer-tools</string>
7676
<key>LSMinimumSystemVersion</key>
@@ -101,4 +101,4 @@
101101
<key>SUFeedURL</key>
102102
<string>https://raw.githubusercontent.com/expo/orbit/main/appcast.xml</string>
103103
</dict>
104-
</plist>
104+
</plist>

apps/menu-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"private": true,
55
"scripts": {
66
"archive": "yarn update-cli && xcodebuild archive -workspace macos/ExpoMenuBar.xcworkspace -scheme ExpoMenuBar-macOS -destination 'generic/platform=macOS,name=Any Mac' -archivePath build/ExpoOrbit.xcarchive",

0 commit comments

Comments
 (0)