expo-dev-menu 3.2.3 → 3.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 3.2.4 — 2024-02-14
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 3.2.3 — 2024-02-14
14
18
 
15
19
  ### 📚 3rd party library updates
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven-publish'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '3.2.3'
6
+ version = '3.2.4'
7
7
 
8
8
  buildscript {
9
9
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
@@ -67,7 +67,7 @@ android {
67
67
  minSdkVersion safeExtGet("minSdkVersion", 21)
68
68
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
69
69
  versionCode 10
70
- versionName '3.2.3'
70
+ versionName '3.2.4'
71
71
  }
72
72
  lintOptions {
73
73
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-dev-menu",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Expo/React Native module with the developer menu.",
5
5
  "main": "build/DevMenu.js",
6
6
  "types": "build/DevMenu.d.ts",
@@ -71,5 +71,5 @@
71
71
  "peerDependencies": {
72
72
  "expo": "*"
73
73
  },
74
- "gitHead": "91484b15d549e5d65acfee9b87c4adefc9e77159"
74
+ "gitHead": "6b09f2639ae75953911ee3aa0d7b7e4074959b73"
75
75
  }