Skip to content

Commit

Permalink
0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiep committed May 19, 2017
1 parent 3769767 commit efb4e12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.22</string>
<string>0.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/carthage/BuildVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Result
import Tentacle

public func localVersion() -> SemanticVersion {
let versionString = "0.22.0"
let versionString = "0.23.0"
return SemanticVersion.from(Scanner(string: versionString)).value!
}

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.22</string>
<string>0.23</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit efb4e12

Please sign in to comment.