Skip to content

Commit 329a8b0

Browse files
committed
Prepare v1.6.6 release
1 parent 2d2db99 commit 329a8b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ repositories {
9595
dependencies {
9696
implementation project(':expo-modules-core')
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
98-
implementation "org.xmtp:android:4.6.4"
98+
implementation "org.xmtp:android:4.6.6"
9999
implementation 'com.google.code.gson:gson:2.10.1'
100100
implementation 'com.facebook.react:react-native:0.71.3'
101101
implementation "com.daveanthonythomas.moshipack:moshipack:1.0.1"

ios/XMTPReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.source_files = "**/*.{h,m,swift}"
2727

2828
s.dependency "MessagePacker"
29-
s.dependency "XMTP", "= 4.6.4"
29+
s.dependency "XMTP", "= 4.6.6"
3030
s.dependency 'CSecp256k1', '~> 0.2'
3131
s.dependency "SQLCipher", "= 4.5.7"
3232
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/react-native-sdk",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "Wraps for native xmtp sdks for react native",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)