Skip to main content

Version Compatibility

JetWings requires compatible versions between the IntelliJ plugin and the mobile app. When versions are incompatible, the mobile app will show a VERSION_MISMATCH error during pairing, with a "Learn more" link that directs to this page.

How Version Compatibility Works

JetWings uses semantic versioning in the format major.minor.patch (e.g., 2025.3.1).

Compatibility rule: The major.minor portions must match. The patch version can differ.

Examples

Plugin VersionApp VersionCompatible?Reason
2025.3.12025.3.5Yesmajor.minor match (2025.3), patch differs
2025.3.02025.3.9Yesmajor.minor match (2025.3), patch differs
2025.3.12025.4.0Nominor version differs (3 vs 4)
2025.3.12024.3.1Nomajor version differs (2025 vs 2024)

How to Check Your Versions

IntelliJ Plugin Version

  1. Open your JetBrains IDE (IntelliJ IDEA, WebStorm, etc.)
  2. Go to Settings (or Preferences on macOS)
  3. Navigate to Plugins
  4. Find JetWings in the installed plugins list
  5. The version number is displayed next to the plugin name

Mobile App Version

  1. Open the JetWings mobile app
  2. Go to Settings
  3. Tap About
  4. The version number is displayed on the About screen

How to Update

Update the IntelliJ Plugin

  1. Open your JetBrains IDE
  2. Go to Settings > Plugins
  3. Switch to the Updates tab (or check the Marketplace tab)
  4. Find JetWings and click Update
  5. Restart the IDE when prompted

Update the Mobile App

iOS:

  1. Open the App Store
  2. Tap your profile icon, then scroll to see available updates
  3. Find JetWings and tap Update

Android:

  1. Open the Google Play Store
  2. Tap your profile icon > Manage apps & device
  3. Find JetWings and tap Update

Troubleshooting

I updated but still see VERSION_MISMATCH

  • Make sure you updated the correct component. The error message indicates which side needs updating.
  • Restart the IDE after updating the plugin.
  • Close and reopen the mobile app after updating.
  • Generate a new pairing code in the IDE after updating.

Both sides are on the latest version but still incompatible

This can happen if one platform's update has not been published yet. Check the GitHub releases page for the latest available versions. Updates are typically published to all platforms within a few hours of each other.

I cannot update one side

If you are unable to update the plugin (e.g., your IDE version is too old) or the mobile app (e.g., your device OS is too old), check the release notes for minimum requirements.