From 2d5197dd5cd6c5cb79677e7accc6d02013e866b7 Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Tue, 1 Mar 2022 14:09:09 +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 cba8df0a..b8542f97 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -10,6 +10,6 @@ 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.17.0" + public static let version = "3.18.0" public static let encoding = String.Encoding.utf8 } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index 94300ce1..f798d3b2 100644 --- a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift +++ b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift @@ -85,7 +85,7 @@ class PlistInfoTests: XCTestCase { target.compareWithLatestSummary() XCTAssertEqual(target.summary, - "add-version-numbers: false\n\nLicensePlist Version: 3.17.0") + "add-version-numbers: false\n\nLicensePlist Version: 3.18.0") XCTAssertNotNil(target.summaryPath) }