Skip to content

Commit

Permalink
Merge pull request #18 from plaidev/android-1
Browse files Browse the repository at this point in the history
[ios] Update Nativebrik version to 0.4.2
  • Loading branch information
RyosukeCla committed Mar 20, 2024
2 parents ed52d21 + 2b58050 commit 2129f4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nativebrik.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Nativebrik'
s.version = '0.4.1'
s.version = '0.4.2'
s.summary = 'Nativebrik SDK'
s.description = <<-DESC
Nativebrik SDK for iOS.
Expand Down
2 changes: 1 addition & 1 deletion ios/Nativebrik/Nativebrik/sdk.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation
import SwiftUI
import Combine

public let nativebrikSdkVersion = "0.4.1"
public let nativebrikSdkVersion = "0.4.2"
public let isNativebrikAvailable: Bool = {
if #available(iOS 15.0, *) {
return true
Expand Down

0 comments on commit 2129f4f

Please sign in to comment.