diff --git a/Sources/LicensePlistCore/Consts.swift b/Sources/LicensePlistCore/Consts.swift index e5be537d..04499c85 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.19.1" + public static let version = "3.19.2" public static let encoding = String.Encoding.utf8 } diff --git a/Tests/LicensePlistTests/Entity/PlistInfoTests.swift b/Tests/LicensePlistTests/Entity/PlistInfoTests.swift index 612e6ee5..c4bb0ad8 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.19.1") + "add-version-numbers: false\n\nLicensePlist Version: 3.19.2") XCTAssertNotNil(target.summaryPath) }