Skip to content

Commit 26ebbc9

Browse files
committed
update version for release
1 parent 3dcb6db commit 26ebbc9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ Developer Preview 0.1.2
5555
* Updated Android Core SDK v5.1.4
5656
* Forgot password bug fix.
5757
* Added manual initSDK interface.
58+
59+
# 0.1.3
60+
Developer Preview 0.1.3
61+
62+
* iOS: Fixed crash in forgotPassword.
63+
* iOS: Fixed bug in link account.

ios/Classes/GigyaSdkWrapper.swift

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

1919
init(accountSchema: T.Type) {
2020
// Initializing the Gigya SDK instance.
21-
GigyaDefinitions.versionPrefix = "flutter_0.1.2_"
21+
GigyaDefinitions.versionPrefix = "flutter_0.1.3_"
2222
sdk = Gigya.sharedInstance(accountSchema)
2323
}
2424

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: gigya_flutter_plugin
22
description: SAP Gigya Flutter plugin
3-
version: 0.1.2
3+
version: 0.1.3
44
homepage: https://github.com/SAP/gigya-flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)