From 6a3d74dfd03dea8035f4356be3b31bec3165028f Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Mon, 19 Oct 2020 15:07:06 +0900 Subject: [PATCH] Bump up 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 9aef2b70..de5f59c8 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -9,6 +9,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.0.4" + public static let version = "3.0.5" public static let encoding = String.Encoding.utf8 } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index d88fec4b..ca70e6ab 100644 --- a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift +++ b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift @@ -84,7 +84,7 @@ class PlistInfoTests: XCTestCase { target.compareWithLatestSummary() XCTAssertEqual(target.summary, - "add-version-numbers: false\n\nLicensePlist Version: 3.0.4") + "add-version-numbers: false\n\nLicensePlist Version: 3.0.5") XCTAssertNotNil(target.summaryPath) }