diff --git a/package.json b/package.json
index 0c1c9d2..25ddd3b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@splicer97/react-native-mytracker",
-  "version": "0.9.0",
+  "version": "0.11.0",
   "description": "This is unofficial React Native wrapper for myTrackerSDK",
   "main": "lib/commonjs/index",
   "module": "lib/module/index",
diff --git a/react-native-mytracker.podspec b/react-native-mytracker.podspec
index 9747dbc..6a900f9 100644
--- a/react-native-mytracker.podspec
+++ b/react-native-mytracker.podspec
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
   s.source_files = "ios/**/*.{h,m,mm}"
 
   s.dependency "React-Core"
-  s.dependency "myTrackerSDK", '3.1.5'
+  s.dependency "myTrackerSDK", '3.1.8'
 
   # Don't install the dependencies when we run `pod install` in the old architecture.
   if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then