Skip to content

Commit

Permalink
Bump versions to 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchang-bird committed Aug 25, 2021
1 parent 4704588 commit 4069bb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Sources/MockingbirdCli/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.18.0</string>
<string>0.18.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockingbirdFramework/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.18.0</string>
<string>0.18.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockingbirdFramework/Utilities/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

/// Swift Package Manager doesn't create an Info.plist section in the binary like xcodebuild.
let mockingbirdVersion = Version(shortString: "0.18.0")
let mockingbirdVersion = Version(shortString: "0.18.1")

struct Version: Comparable, CustomStringConvertible {
let semver: [Int]
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockingbirdGenerator/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.18.0</string>
<string>0.18.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockingbirdGenerator/Utilities/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Foundation

/// Swift Package Manager doesn't create an Info.plist section in the binary like xcodebuild.
public let mockingbirdVersion = Version(shortString: "0.18.0")
public let mockingbirdVersion = Version(shortString: "0.18.1")

public struct Version: Comparable, CustomStringConvertible {
let semver: [Int]
Expand Down

0 comments on commit 4069bb0

Please sign in to comment.