Skip to content

Commit

Permalink
New version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed Dec 17, 2023
1 parent e95a7ff commit 4bc4d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MultiVersionPackage/Info.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

public struct Info {
public static let version = "1.1.0"
public static let version = "1.1.1"

public static func package() -> String {
"MultiVersionPackage \(version)"
Expand Down
2 changes: 1 addition & 1 deletion Tests/MultiVersionPackageTests/InfoTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import XCTest

class InfoTest: XCTestCase {
func testVersion() {
XCTAssertEqual("1.1.0", Info.version)
XCTAssertEqual("1.1.1", Info.version)
}
}

0 comments on commit 4bc4d6c

Please sign in to comment.