diff --git a/README.md b/README.md index dbce6931..e0ab2c19 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This SDK is essentially a reincarnation of our [Rollbar-iOS SDK](https://github. and will only maintained with fixes to bug or security issues if any. All the active development will be done within this SDK repository. +# The SDK is officially in Beta version. We are looking for beta-testers and feedback!!! + ## Codebase status (code quality and CI build) ![CI Build Status](https://github.com/rollbar/rollbar-apple/workflows/Swift/badge.svg) diff --git a/RollbarCommon.podspec b/RollbarCommon.podspec index 1b4ac291..b4e46926 100644 --- a/RollbarCommon.podspec +++ b/RollbarCommon.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha41" + s.version = "2.0.0-beta1" s.name = "RollbarCommon" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarDeploys.podspec b/RollbarDeploys.podspec index 94481004..4df7eece 100644 --- a/RollbarDeploys.podspec +++ b/RollbarDeploys.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha41" + s.version = "2.0.0-beta1" s.name = "RollbarDeploys" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarKSCrash.podspec b/RollbarKSCrash.podspec index cbdf387e..cc6e6e8b 100644 --- a/RollbarKSCrash.podspec +++ b/RollbarKSCrash.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha41" + s.version = "2.0.0-beta1" s.name = "RollbarKSCrash" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarNotifier.podspec b/RollbarNotifier.podspec index 23c2dd45..0654e04c 100644 --- a/RollbarNotifier.podspec +++ b/RollbarNotifier.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha41" + s.version = "2.0.0-beta1" s.name = "RollbarNotifier" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarPLCrashReporter.podspec b/RollbarPLCrashReporter.podspec index c9cc7bf3..1fbd974e 100644 --- a/RollbarPLCrashReporter.podspec +++ b/RollbarPLCrashReporter.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| - s.version = "2.0.0-alpha41" + s.version = "2.0.0-beta1" s.name = "RollbarPLCrashReporter" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." s.description = <<-DESC diff --git a/RollbarSDK.experimental_podspec b/RollbarSDK.experimental_podspec index fe25a045..3dc56dc9 100644 --- a/RollbarSDK.experimental_podspec +++ b/RollbarSDK.experimental_podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |sdk| # Rollbar SDK: # ============ - sdk.version = "2.0.0-alpha41" + sdk.version = "2.0.0-beta1" sdk.name = "RollbarSDK" s.summary = "Application or client side SDK for interacting with the Rollbar API Server." sdk.description = <<-DESC