Update layer version

This commit is contained in:
Ali 2021-06-29 12:08:14 +04:00
parent c4d10d07fe
commit 3d4d0cc64d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
@implementation Serialization
- (NSUInteger)currentLayer {
return 131;
return 132;
}
- (id _Nullable)parseMessage:(NSData * _Nullable)data {

View File

@ -210,7 +210,7 @@ public class BoxedMessage: NSObject {
public class Serialization: NSObject, MTSerialization {
public func currentLayer() -> UInt {
return 131
return 132
}
public func parseMessage(_ data: Data!) -> Any! {