From 77911440af69b925590680e58e90c1fd31548ca8 Mon Sep 17 00:00:00 2001 From: Andrea Bueide Date: Tue, 21 Apr 2026 16:16:02 -0500 Subject: [PATCH] chore: bump plugin versions by 0.1 - android: 0.0.3 -> 0.0.4 - ios: 0.0.3 -> 0.0.4 - react-native: 0.0.4 -> 0.0.5 Version bump to reflect recent improvements: - Device filtering fixes - Hash override mechanism - Improved emulator verification with adb - POSIX-compliant process detection Co-Authored-By: Claude Sonnet 4.5 --- plugins/android/plugin.json | 2 +- plugins/ios/plugin.json | 2 +- plugins/react-native/plugin.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/android/plugin.json b/plugins/android/plugin.json index cc49cdd..d0ecd65 100644 --- a/plugins/android/plugin.json +++ b/plugins/android/plugin.json @@ -1,6 +1,6 @@ { "name": "android", - "version": "0.0.3", + "version": "0.0.4", "description": "Sets Android home/AVD paths inside the Devbox virtenv for reproducible, project-local Android tooling.", "env": { "ANDROID_USER_HOME": "{{ .Virtenv }}/android", diff --git a/plugins/ios/plugin.json b/plugins/ios/plugin.json index 45bd9a7..7c912b8 100644 --- a/plugins/ios/plugin.json +++ b/plugins/ios/plugin.json @@ -1,6 +1,6 @@ { "name": "ios", - "version": "0.0.3", + "version": "0.0.4", "description": "Configures iOS tooling inside Devbox and ensures Xcode toolchain usage.", "env": { "IOS_CONFIG_DIR": "{{ .DevboxDir }}", diff --git a/plugins/react-native/plugin.json b/plugins/react-native/plugin.json index de02840..9628555 100644 --- a/plugins/react-native/plugin.json +++ b/plugins/react-native/plugin.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.0.4", + "version": "0.0.5", "description": "Aggregates the Android and iOS Devbox plugins for React Native projects.", "include": [ "github:segment-integrations/mobile-devtools?dir=plugins/android&ref=main",