Skip to content

Commit

Permalink
update version to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
x401om committed Sep 4, 2024
1 parent b347922 commit 213a6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Onboardings.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Onboardings'
s.version = '1.0.0-beta.2'
s.version = '1.0.0-beta.3'
s.summary = 'Onboardings SDK for iOS.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion Sources/Versions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
import Foundation

extension Onboardings {
public static let SDKVersion = "1.0.0-beta.2"
public static let SDKVersion = "1.0.0-beta.3"
}

0 comments on commit 213a6f0

Please sign in to comment.