diff --git a/Examples b/Examples index 4c09a4757..75a888d5e 160000 --- a/Examples +++ b/Examples @@ -1 +1 @@ -Subproject commit 4c09a4757e49978ab43e5c7ff85bfa4208e0dadb +Subproject commit 75a888d5ee46019f9538c383943d111c9ca1ea59 diff --git a/SnowplowTracker.podspec b/SnowplowTracker.podspec index 5c2e5323e..26098f740 100644 --- a/SnowplowTracker.podspec +++ b/SnowplowTracker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SnowplowTracker" - s.version = "5.5.0-beta.1" + s.version = "5.5.0-beta.2" s.summary = "Snowplow event tracker for iOS, macOS, tvOS, watchOS for apps and games." s.description = <<-DESC Snowplow is a mobile and event analytics platform with a difference: rather than tell our users how they should analyze their data, we deliver their event-level data in their own data warehouse, on their own Amazon Redshift or Postgres database, so they can analyze it any way they choose. Snowplow mobile is used by data-savvy games companies and app developers to better understand their users and how they engage with their games and applications. Snowplow is open source using the business-friendly Apache License, Version 2.0 and scales horizontally to many billions of events. diff --git a/Sources/Core/TrackerConstants.swift b/Sources/Core/TrackerConstants.swift index 605968068..19c75d8c7 100644 --- a/Sources/Core/TrackerConstants.swift +++ b/Sources/Core/TrackerConstants.swift @@ -14,7 +14,7 @@ import Foundation // --- Version -let kSPRawVersion = "5.5.0-beta.1" +let kSPRawVersion = "5.5.0-beta.2" #if os(iOS) let kSPVersion = "ios-\(kSPRawVersion)" #elseif os(tvOS) diff --git a/VERSION b/VERSION index 69e746279..829f20afc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.5.0-beta.1 +5.5.0-beta.2