expo-video-thumbnails 9.0.2 → 9.0.3

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
+ ## 9.0.3 — 2025-01-10
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 9.0.2 — 2024-11-13
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '9.0.2'
4
+ version = '9.0.3'
5
5
 
6
6
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7
7
  apply from: expoModulesCorePlugin
@@ -14,7 +14,7 @@ android {
14
14
  namespace "expo.modules.videothumbnails"
15
15
  defaultConfig {
16
16
  versionCode 14
17
- versionName '9.0.2'
17
+ versionName '9.0.3'
18
18
  }
19
19
  }
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-video-thumbnails",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "Provides function that let you generate an image from video.",
5
5
  "main": "build/VideoThumbnails.js",
6
6
  "types": "build/VideoThumbnails.d.ts",
@@ -34,10 +34,10 @@
34
34
  "homepage": "https://docs.expo.dev/versions/latest/sdk/video-thumbnails/",
35
35
  "dependencies": {},
36
36
  "devDependencies": {
37
- "expo-module-scripts": "^4.0.0"
37
+ "expo-module-scripts": "^4.0.3"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "expo": "*"
41
41
  },
42
- "gitHead": "2c50bd7f0abaefb6fabcfd6d3935066724990b33"
42
+ "gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
43
43
  }