Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
petrbela committed Feb 16, 2020
1 parent 3ac665f commit 71dae0b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "3.2.2"
versionName "3.3.0"
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ PODS:
- Protobuf (3.10.0)
- React (0.59.10):
- React/Core (= 0.59.10)
- react-native-google-cast/NoBluetooth (3.2.2):
- react-native-google-cast/NoBluetooth (3.3.0):
- google-cast-sdk-no-bluetooth
- React
- react-native-google-cast/RNGoogleCast
- react-native-google-cast/RNGoogleCast (3.2.2):
- react-native-google-cast/RNGoogleCast (3.3.0):
- React
- React/Core (0.59.10):
- yoga (= 0.59.10.React)
Expand Down
2 changes: 1 addition & 1 deletion example/ios/RNGoogleCastExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.2.2</string>
<string>3.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-google-cast",
"version": "3.2.2",
"version": "3.3.0",
"description": "React Native wrapper for the Google Cast SDK for iOS and Android",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 71dae0b

Please sign in to comment.