diff --git a/examples/VanillaVideoplayer/package.json b/examples/VanillaVideoplayer/package.json index 443ecde..0c1fcfa 100644 --- a/examples/VanillaVideoplayer/package.json +++ b/examples/VanillaVideoplayer/package.json @@ -1,6 +1,6 @@ { "name": "vanillavideoplayer", - "version": "2.1.0", + "version": "2.1.1-0", "private": true, "scripts": { "android": "react-native run-android", @@ -12,7 +12,7 @@ "dependencies": { "react": "18.2.0", "react-native": "0.72.5", - "react-native-media-console": "^2.1.0", + "react-native-media-console": "^2.1.1-0", "react-native-video": "^5.2.1" }, "devDependencies": { diff --git a/package.json b/package.json index 330b1bc..85721c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-media-console", "private": true, - "version": "2.1.0", + "version": "2.1.1-0", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", diff --git a/packages/media-console/package.json b/packages/media-console/package.json index a4b2f8e..8464d23 100644 --- a/packages/media-console/package.json +++ b/packages/media-console/package.json @@ -1,6 +1,6 @@ { "name": "react-native-media-console", - "version": "2.1.0", + "version": "2.1.1-0", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", diff --git a/packages/reanimated/package.json b/packages/reanimated/package.json index 0dd02a6..22cf1bd 100644 --- a/packages/reanimated/package.json +++ b/packages/reanimated/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-media-console/reanimated", - "version": "2.1.0", + "version": "2.1.1-0", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", @@ -29,7 +29,7 @@ "react-native": ">=0.46.0", "react-native-video": ">=2.0.0", "react-native-reanimated": "^2.12.0", - "react-native-media-console": "^2.1.0" + "react-native-media-console": "^2.1.1-0" }, "devDependencies": { "@types/react-native-video": "^5.0.14",