Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Nov 13, 2023
1 parent bc477a3 commit 57f1295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/LicensePlistCore/Consts.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.25.0"
public static let version = "3.25.1"
public static let encoding = String.Encoding.utf8
public static let licenseFileNames = ["LICENSE", "LICENSE.*"]
}
2 changes: 1 addition & 1 deletion Tests/LicensePlistTests/Entity/PlistInfoTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class PlistInfoTests: XCTestCase {
target.compareWithLatestSummary()

XCTAssertEqual(target.summary,
"add-version-numbers: false\n\nLicensePlist Version: 3.25.0")
"add-version-numbers: false\n\nLicensePlist Version: 3.25.1")
XCTAssertNotNil(target.summaryPath)
}

Expand Down

0 comments on commit 57f1295

Please sign in to comment.