Skip to content

Commit

Permalink
Bump versions to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchang-bird committed Jan 19, 2022
1 parent 231b653 commit 3adde74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.19.1</string>
<string>0.19.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockingbirdCommon/Version.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation

/// The current version of Mockingbird.
public let mockingbirdVersion = Version(shortString: "0.19.1")
public let mockingbirdVersion = Version(shortString: "0.19.2")

/// A comparable semantic version.
public struct Version: Comparable, CustomStringConvertible {
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.19.1</string>
<string>0.19.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
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.19.1</string>
<string>0.19.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 3adde74

Please sign in to comment.