From e871a5df11acd32cd24ac6b7b14f847b11027394 Mon Sep 17 00:00:00 2001 From: Abhishek Pandey <64667840+1abhishekpandey@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:31:17 +0530 Subject: [PATCH] chore: changed version to 2.5.1-beta --- CHANGELOG.md | 2 +- README.md | 10 +++++----- Sources/Classes/Common/Constants/RSVersion.swift | 2 +- package.json | 2 +- sonar-project.properties | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44115aa1..adc4bedd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [2.5.0](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.5.0-beta...v2.5.0) (2024-04-24) +## [2.5.1-beta](https://github.com/rudderlabs/rudder-sdk-ios/compare/v2.5.0-beta...v2.5.1-beta) (2024-04-24) ### Bug Fixes diff --git a/README.md b/README.md index e3ff95d8..54a22e48 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

- +

@@ -47,7 +47,7 @@ The iOS SDK is available through [**CocoaPods**](https://cocoapods.org), [**Cart To install the SDK, simply add the following line to your Podfile: ```xcode -pod 'Rudder', '2.5.0' +pod 'Rudder', '2.5.1-beta' ``` ### Carthage @@ -55,7 +55,7 @@ pod 'Rudder', '2.5.0' For Carthage support, add the following line to your `Cartfile`: ```xcode -github "rudderlabs/rudder-sdk-ios" "v2.5.0" +github "rudderlabs/rudder-sdk-ios" "v2.5.1-beta" ``` > Remember to include the following code where you want to refer to or use the RudderStack SDK classes, as shown: @@ -86,7 +86,7 @@ You can also add the RudderStack SDK using the Swift Package Mangaer in one of t ![Adding a package](https://user-images.githubusercontent.com/59817155/140903027-286a1d64-f5d5-4041-9827-47b6cef76a46.png) 2. Enter the package repository (`git@github.com:rudderlabs/rudder-sdk-ios.git`) in the search bar. -3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.0` as the value, as shown: +3. In **Dependency Rule**, select **Up to Next Major Version**, and enter `2.5.1-beta` as the value, as shown: ![Setting the dependency](https://user-images.githubusercontent.com/59817155/145574696-8c849749-13e0-40d5-aacb-3fccb5c8e67d.png) @@ -113,7 +113,7 @@ let package = Package( ], dependencies: [ // Dependencies declare other packages that this package depends on. - .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.0") + .package(url: "git@github.com:rudderlabs/rudder-sdk-ios.git", from: "2.5.1-beta") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite. diff --git a/Sources/Classes/Common/Constants/RSVersion.swift b/Sources/Classes/Common/Constants/RSVersion.swift index b4b40b23..d7b2c26d 100644 --- a/Sources/Classes/Common/Constants/RSVersion.swift +++ b/Sources/Classes/Common/Constants/RSVersion.swift @@ -9,4 +9,4 @@ import Foundation // don't edit this line -let RSVersion = "2.5.0" +let RSVersion = "2.5.1-beta" diff --git a/package.json b/package.json index 3aada37d..24f7ceb1 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { - "version": "2.5.0", + "version": "2.5.1-beta", "description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools" } diff --git a/sonar-project.properties b/sonar-project.properties index 11365149..df5a4ac5 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-ios-v2 sonar.organization=rudderlabs sonar.projectName=RudderStack iOS SDK(v2) -sonar.projectVersion=2.5.0 +sonar.projectVersion=2.5.1-beta # Meta-data for the project sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-ios