Skip to content

Commit

Permalink
0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed Jan 29, 2018
1 parent 69fd6fe commit 19e5846
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/CarthageKit/CarthageKitVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
public struct CarthageKitVersion {
public let value: SemanticVersion

public static let current = CarthageKitVersion(value: SemanticVersion(major: 0, minor: 27, patch: 0))
public static let current = CarthageKitVersion(value: SemanticVersion(major: 0, minor: 28, patch: 0))
}
2 changes: 1 addition & 1 deletion Source/CarthageKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.27.0</string>
<string>0.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/carthage/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.27.0</string>
<string>0.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 19e5846

Please sign in to comment.