Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #11 from fiskaly/upgrade-client-v1.1.500
Browse files Browse the repository at this point in the history
Upgrade client to v1.1.500
  • Loading branch information
Benjamin Müllner authored Apr 30, 2020
2 parents 9a9887d + 565e0af commit 9eaf0cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://storage.googleapis.com/fiskaly-cdn/clients/com.fiskaly.client-ios-all-v1.1.400.carthage.json" == 1.1.400
binary "https://storage.googleapis.com/fiskaly-cdn/clients/com.fiskaly.client-ios-all-v1.1.500.carthage.json" == 1.1.500
4 changes: 2 additions & 2 deletions FiskalySDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 1.1.400;
MARKETING_VERSION = 1.1.500;
PRODUCT_BUNDLE_IDENTIFIER = com.fiskaly.FiskalySDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -442,7 +442,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 1.1.400;
MARKETING_VERSION = 1.1.500;
PRODUCT_BUNDLE_IDENTIFIER = com.fiskaly.FiskalySDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion FiskalySDK/FiskalyHttpClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class FiskalyHttpClient {
"api_key": apiKey,
"api_secret": apiSecret,
"base_url": baseUrl,
"sdk_version": "iOS SDK 1.1.400"
"sdk_version": "iOS SDK 1.1.500"
]

let request = JsonRpcRequest(method: "create-context", params: contextRequestParams)
Expand Down

0 comments on commit 9eaf0cc

Please sign in to comment.