diff --git a/Amplify/Amplify.swift b/Amplify/Amplify.swift index 24d0d37000..beedb52d11 100644 --- a/Amplify/Amplify.swift +++ b/Amplify/Amplify.swift @@ -29,6 +29,7 @@ public class Amplify { /// /// public var testBreakVar: Int = 4 + public var testBreakVar2: Float = 4.0 public func testAPIBreakageNameChange(oldVersion: Int, newVersion: Int, optionalVersion: Int = 10) -> Bool { return oldVersion>newVersion-optionalVersion }