Skip to content

Commit

Permalink
Bump versions to 0.20.0 (typealiased#288)
Browse files Browse the repository at this point in the history
## Overview

Bumps the framework and generator versions to 0.20.0.

## Test Plan

CI tests pass.
  • Loading branch information
andrewchang-bird authored Jan 28, 2022
1 parent 20ad1c6 commit 81067ca
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.0</string>
<string>0.20.0</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.0")
public let mockingbirdVersion = Version(shortString: "0.20.0")

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

0 comments on commit 81067ca

Please sign in to comment.