Skip to content

Commit

Permalink
chore(release): 1.0.0-prerelease.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.0-prerelease.3](v1.0.0-prerelease.2...1.0.0-prerelease.3) (2023-11-29)

### Bug Fixes

* update git tag format ([877f7c2](877f7c2))
  • Loading branch information
semantic-release-bot committed Nov 29, 2023
1 parent 877f7c2 commit 85694e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.0-prerelease.3](https://github.com/paypal/paypal-messages-ios/compare/v1.0.0-prerelease.2...1.0.0-prerelease.3) (2023-11-29)


### Bug Fixes

* update git tag format ([877f7c2](https://github.com/paypal/paypal-messages-ios/commit/877f7c2020943c4c744a2b31bd568ea686561505))

## [1.0.0-prerelease.2](https://github.com/paypal/paypal-messages-ios/compare/v1.0.0-prerelease.1...v1.0.0-prerelease.2) (2023-11-28)


Expand Down
2 changes: 1 addition & 1 deletion PayPalMessages.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PayPalMessages"
s.version = "1.0.0-prerelease.2"
s.version = "1.0.0-prerelease.3"
s.summary = "The PayPal iOS SDK Messages Module: Promote offers to your customers such as Pay Later and PayPal Credit."
s.homepage = "https://developer.paypal.com"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion Sources/PayPalMessages/Enums/BuildInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// If any of the names are changed the CI should be updated as well.
public enum BuildInfo {
/// Library version
public internal(set) static var version: String = "1.0.0-prerelease.2"
public internal(set) static var version: String = "1.0.0-prerelease.3"
/// Message rendering environment
public static let integrationType: String = "NATIVE_IOS"
}

0 comments on commit 85694e7

Please sign in to comment.