From 9de8cac71cf03eb8d15acb5b3754b17078de02b0 Mon Sep 17 00:00:00 2001 From: Pengfei Wang Date: Mon, 25 May 2026 09:57:08 +0800 Subject: [PATCH] chore: release data-sdk v0.1.2 --- README.md | 2 +- Sources/DataGatewayClient/FilePreparation.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b59b882..033804b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ DGWStore ```swift dependencies: [ - .package(url: "https://github.com/archebase/data-sdk.git", from: "0.1.1") + .package(url: "https://github.com/archebase/data-sdk.git", from: "0.1.2") ] ``` diff --git a/Sources/DataGatewayClient/FilePreparation.swift b/Sources/DataGatewayClient/FilePreparation.swift index 303c2bd..ec3a89b 100644 --- a/Sources/DataGatewayClient/FilePreparation.swift +++ b/Sources/DataGatewayClient/FilePreparation.swift @@ -13,7 +13,7 @@ public enum DataGatewayClientModule { public static let name = "DataGatewayClient" /// SDK version reported to the device initialization service. - public static let version = "0.1.1" + public static let version = "0.1.2" } /// Public configuration for device initialization and reinitialization.