From f80bd6a0ae8905db2a2fa0faa26d308889de57cb Mon Sep 17 00:00:00 2001 From: mono Date: Thu, 9 Nov 2023 17:31:37 +0900 Subject: [PATCH] Bump version --- Sources/LicensePlistCore/Consts.swift | 2 +- Tests/LicensePlistTests/Entity/PlistInfoTests.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/LicensePlistCore/Consts.swift b/Sources/LicensePlistCore/Consts.swift index ed076b88..ec75f2ea 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -12,7 +12,7 @@ public struct Consts { public static let prefix = "com.mono0926.LicensePlist" public static let outputPath = "\(prefix).Output" public static let configPath = "license_plist.yml" - public static let version = "3.24.11" + public static let version = "3.25.0" public static let encoding = String.Encoding.utf8 public static let licenseFileNames = ["LICENSE", "LICENSE.*"] } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index b542f8a6..abce1d77 100644 --- a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift +++ b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift @@ -89,7 +89,7 @@ class PlistInfoTests: XCTestCase { target.compareWithLatestSummary() XCTAssertEqual(target.summary, - "add-version-numbers: false\n\nLicensePlist Version: 3.24.11") + "add-version-numbers: false\n\nLicensePlist Version: 3.25.0") XCTAssertNotNil(target.summaryPath) }