Skip to content

Commit

Permalink
chore: release 2.1.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Sep 26, 2023
1 parent ac773ff commit d6a4e76
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/VanillaVideoplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vanillavideoplayer",
"version": "2.1.0",
"version": "2.1.1-0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/media-console/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/reanimated/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit d6a4e76

Please sign in to comment.