Skip to content

Commit

Permalink
Version bump for a release.
Browse files Browse the repository at this point in the history
There are no library changes, just the new plugin and the new error reporting
for the plugin.
  • Loading branch information
thomasvl committed Jul 26, 2023
1 parent df6cc77 commit ce20dc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftProtobuf/Version.swift
Expand Up @@ -21,7 +21,7 @@ public struct Version {
/// Minor version.
public static let minor = 22
/// Revision number.
public static let revision = 0
public static let revision = 1

/// String form of the version number.
public static let versionString = "\(major).\(minor).\(revision)"
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftProtobuf'
s.version = '1.22.0'
s.version = '1.22.1'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.txt' }
s.summary = 'Swift Protobuf code generator plugin and runtime library'
s.homepage = 'https://github.com/apple/swift-protobuf'
Expand Down
2 changes: 1 addition & 1 deletion SwiftProtobuf.xcodeproj/xcconfigs/Base.xcconfig
Expand Up @@ -13,7 +13,7 @@ APPLICATION_EXTENSION_API_ONLY = YES
DYLIB_CURRENT_VERSION = 1
DYLIB_COMPATIBILITY_VERSION = 1
DYLIB_INSTALL_NAME_BASE = @rpath
CURRENT_PROJECT_VERSION = 1.22.0
CURRENT_PROJECT_VERSION = 1.22.1

// Packaging
PRODUCT_NAME = $(TARGET_NAME)
Expand Down

0 comments on commit ce20dc0

Please sign in to comment.