Skip to content

Commit 1c38a4a

Browse files
committed
Fixing Swift version reporting
1 parent a6b9c7b commit 1c38a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/GigyaSdkWrapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public class GigyaSdkWrapper<T: GigyaAccountProtocol> :GigyaInstanceProtocol {
5050

5151
init(accountSchema: T.Type) {
5252
// Initializing the Gigya SDK instance.
53-
GigyaDefinitions.versionPrefix = "flutter_1.0.6_"
53+
GigyaDefinitions.versionPrefix = "flutter_1.0.7_"
5454
sdk = Gigya.sharedInstance(accountSchema)
5555
GigyaAuth.shared.register(scheme: accountSchema)
5656
}

0 commit comments

Comments
 (0)