From 81a5bea8b0bf22b9d43677ecce9720c20698f2b5 Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Tue, 16 May 2017 22:14:56 +0900 Subject: [PATCH] Update 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 97f3d7a0..400ead72 100644 --- a/Sources/LicensePlistCore/Consts.swift +++ b/Sources/LicensePlistCore/Consts.swift @@ -6,6 +6,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 = "1.3.5" + public static let version = "1.3.7" public static let encoding = String.Encoding.utf8 } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index 4ef938a8..3d8573e8 100644 --- a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift +++ b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift @@ -76,7 +76,7 @@ class PlistInfoTests: XCTestCase { target.compareWithLatestSummary() XCTAssertEqual(target.summary, - "add-version-numbers: false\n\nLicensePlist Version: 1.3.5") + "add-version-numbers: false\n\nLicensePlist Version: 1.3.7") XCTAssertNotNil(target.summaryPath) }