File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
AmplifyPlugins/Core/AWSPluginsCore/ServiceConfiguration Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ import Foundation
9
9
import AWSClientRuntime
10
10
11
11
public class AmplifyAWSServiceConfiguration {
12
- public static let version = " 2.0.0 "
12
+ public static let version = " 2.0.1 "
13
13
public static let platformName = " amplify-ios "
14
14
15
15
public static func frameworkMetaData( ) -> FrameworkMetadata {
16
16
17
17
guard let flutterVersion = platformMapping [ Platform . flutter] else {
18
- return FrameworkMetadata ( name: platformName, version: version )
18
+ return FrameworkMetadata ( name: platformName, version: 2.0 . 1 )
19
19
}
20
20
return FrameworkMetadata ( name: Platform . flutter. rawValue,
21
- version: flutterVersion ,
21
+ version: 2.0 . 1 ,
22
22
extras: [ platformName: version] )
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments