Skip to content

Commit f1d33eb

Browse files
authored
Merge pull request #264 from plaidev/chore/bump-version-0.13.0
chore: bump version to 0.13.0
2 parents 1cf5298 + 200d055 commit f1d33eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Nubrick.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "Nubrick"
3-
spec.version = "0.12.4"
3+
spec.version = "0.13.0"
44
spec.summary = "Nubrick SDK for iOS"
55
spec.description = <<-DESC
66
Nubrick SDK for iOS.

Sources/Nubrick/sdk.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Combine
1212
// for development
1313
public var nubrickTrackUrl = "https://track.nativebrik.com/track/v1"
1414
public var nubrickCdnUrl = "https://cdn.nativebrik.com"
15-
public let nubrickSdkVersion = "0.12.4"
15+
public let nubrickSdkVersion = "0.13.0"
1616

1717
public let isNubrickAvailable: Bool = {
1818
if #available(iOS 15.0, *) {

0 commit comments

Comments
 (0)