diff --git a/README.md b/README.md
index 4330a1c..357d151 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Then, add the dependencies to your **app's `build.gradle`**:
dependencies {
...
implementation 'com.github.LiquidPlayer:LiquidCore:0.5.1'
- implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0005'
+ implementation 'com.github.LiquidPlayer:ReactNativeSurface:0.56.0006'
/*
* Note: You must also include these React Native dependencies. In future
@@ -96,9 +96,9 @@ dependencies {
2. Create a [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) that includes the following frameworks:
```
git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
- git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0005
+ git "git@github.com:LiquidPlayer/ReactNativeSurface.git" ~> 0.56.0006
```
-3. Run `carthage update`. This will fetch dependencies into a [Carthage/Checkouts](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagecheckouts) folder, then build each one or download a pre-compiled framework.
+3. Run `carthage update --cache-builds`. This will fetch dependencies into a [Carthage/Checkouts](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagecheckouts) folder, then build each one or download a pre-compiled framework. **NOTE:**: You may have to do this twice -- it seems to fail the first time and succeed the second.
4. On your application targets’ _General_ settings tab, in the “Linked Frameworks and Libraries” section, drag and drop `LiquidCore.framework` and `ReactNativeSurface.framework` from the [Carthage/Build](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#carthagebuild) folder on disk.
5. On your application targets’ _Build Phases_ settings tab, click the _+_ icon and choose _New Run Script Phase_. Create a Run Script in which you specify your shell (ex: `/bin/sh`), add the following contents to the script area below the shell:
diff --git a/ReactNativeSurface/ReactNativeSurface/Info.plist b/ReactNativeSurface/ReactNativeSurface/Info.plist
index 536b333..a02c94f 100644
--- a/ReactNativeSurface/ReactNativeSurface/Info.plist
+++ b/ReactNativeSurface/ReactNativeSurface/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 0.56.0004
+ 0.56.0006
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/ReactNativeSurfaceAndroid/build.gradle b/ReactNativeSurfaceAndroid/build.gradle
index 2212723..4e9d028 100644
--- a/ReactNativeSurfaceAndroid/build.gradle
+++ b/ReactNativeSurfaceAndroid/build.gradle
@@ -10,7 +10,7 @@ android {
minSdkVersion 16
targetSdkVersion 27
versionCode 56
- versionName "0.56.0005"
+ versionName "0.56.0006"
ndk {
moduleName "reactnativesurface"
diff --git a/ReactNativeTest/Cartfile b/ReactNativeTest/Cartfile
deleted file mode 100644
index a761b82..0000000
--- a/ReactNativeTest/Cartfile
+++ /dev/null
@@ -1,2 +0,0 @@
-git "git@github.com:LiquidPlayer/LiquidCore.git" ~> 0.5.1
-github "LiquidPlayer/ReactNativeSurface" "master"
diff --git a/ReactNativeTest/Cartfile.resolved b/ReactNativeTest/Cartfile.resolved
deleted file mode 100644
index a959145..0000000
--- a/ReactNativeTest/Cartfile.resolved
+++ /dev/null
@@ -1,2 +0,0 @@
-github "LiquidPlayer/LiquidCore" "0.5.1"
-github "LiquidPlayer/ReactNativeSurface" "045ffff17ddb2d549ac795bd0abf7d7072ca8f12"