Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.30 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.30](1.0.0-alpha.29...1.0.0-alpha.30) (2022-01-18)

### Bug Fixes

* remove custom jsonencoder public functions ([#122](#122)) ([061a568](061a568))
  • Loading branch information
semantic-release-bot committed Jan 18, 2022
1 parent 061a568 commit a03e317
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.30](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.29...1.0.0-alpha.30) (2022-01-18)


### Bug Fixes

* remove custom jsonencoder public functions ([#122](https://github.com/customerio/customerio-ios/issues/122)) ([061a568](https://github.com/customerio/customerio-ios/commit/061a5684a170bd231d5583d56b32406f0086a456))

# [1.0.0-alpha.29](https://github.com/customerio/customerio-ios/compare/1.0.0-alpha.28...1.0.0-alpha.29) (2022-01-18)


Expand Down
2 changes: 1 addition & 1 deletion CustomerIO.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |spec|
spec.name = "CustomerIO"
spec.version = "1.0.0-alpha.29" # Don't modify this line - it's automatically updated
spec.version = "1.0.0-alpha.30" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPush.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPush"
spec.version = "1.0.0-alpha.29" # Don't modify this line - it's automatically updated
spec.version = "1.0.0-alpha.30" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPushAPN.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPushAPN"
spec.version = "1.0.0-alpha.29" # Don't modify this line - it's automatically updated
spec.version = "1.0.0-alpha.30" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOMessagingPushFCM.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOMessagingPushFCM"
spec.version = "1.0.0-alpha.29" # Don't modify this line - it's automatically updated
spec.version = "1.0.0-alpha.30" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion CustomerIOTracking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "CustomerIOTracking"
spec.version = "1.0.0-alpha.29" # Don't modify this line - it's automatically updated
spec.version = "1.0.0-alpha.30" # Don't modify this line - it's automatically updated
spec.summary = "Official Customer.io SDK for iOS."
spec.homepage = "https://github.com/customerio/customerio-ios"
spec.documentation_url = 'https://customer.io/docs/sdk/ios/'
Expand Down
2 changes: 1 addition & 1 deletion Sources/Tracking/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import Foundation
Keep this file as small as possible to make the automated updating script stable and easy to use.
*/
internal enum SdkVersion {
static let version: String = "1.0.0-alpha.29"
static let version: String = "1.0.0-alpha.30"
}

0 comments on commit a03e317

Please sign in to comment.