Skip to content

Commit

Permalink
0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Oct 10, 2017
1 parent 4c65986 commit 1cf248d
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: 25, patch: 0))
public static let current = CarthageKitVersion(value: SemanticVersion(major: 0, minor: 26, 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.25</string>
<string>0.26</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.25</string>
<string>0.26</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 1cf248d

Please sign in to comment.