From 239feb92ae6d299421ea774747d1346dc643b16f Mon Sep 17 00:00:00 2001 From: Pengfei Wang Date: Sun, 14 Jun 2026 15:07:58 +0800 Subject: [PATCH] chore: release data-sdk v0.1.3 --- README.md | 2 +- Sources/DataGatewayClient/FilePreparation.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1181580..e73168f 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.2") + .package(url: "https://github.com/archebase/data-sdk.git", from: "0.1.3") ] ``` diff --git a/Sources/DataGatewayClient/FilePreparation.swift b/Sources/DataGatewayClient/FilePreparation.swift index 3ed6a6a..5aa2f15 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.2" + public static let version = "0.1.3" } /// Public configuration for device initialization and reinitialization.