Skip to content

Commit 74188d4

Browse files
author
Hanno Gödecke
committed
version bump to 1.0.0-alpha62
1 parent 1cca236 commit 74188d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/src/main/java/de/hannojg/MatrixSdkModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ public void onSuccess(TokensChunkEvents info) {
606606
roomPaginationTokens.put(roomId, info.end);
607607
WritableArray msgs = Arguments.createArray();
608608
for (Event event : info.chunk) {
609-
msgs.pushMap(convertEventToMap(event));
609+
msgs.pushMap(MatrixData.convertEventToMap(event));
610610
}
611611
promise.resolve(msgs);
612612
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-matrix-sdk",
33
"title": "React Native Matrix Sdk",
4-
"version": "1.0.0-alpha61",
4+
"version": "1.0.0-alpha62",
55
"description": "React Native SDK for Matrix.org",
66
"main": "index.js",
77
"types": "./types/index.d.ts",

react-native-matrix-sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
2121
s.requires_arc = true
2222

2323
s.dependency "React"
24-
s.dependency "SwiftMatrixSDK", "0.16.5.2"
24+
s.dependency "SwiftMatrixSDK", "0.16.7"
2525

2626
end

0 commit comments

Comments
 (0)