diff --git a/TrinsicUI.podspec b/TrinsicUI.podspec index c5f2f96..d64ce13 100644 --- a/TrinsicUI.podspec +++ b/TrinsicUI.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'TrinsicUI' - s.version = '0.4.2' + s.version = '0.4.3' s.summary = 'Trinsic UI library.' s.description = <<-DESC We help you launch and capture the results of a Trinsic Acceptance session @@ -12,7 +12,7 @@ We help you launch and capture the results of a Trinsic Acceptance session s.homepage = 'https://github.com/trinsic-id/sdk-swift-ui' s.license = { :type => 'MIT' } s.author = { 'Trinsic' => 'hello@trinsic.id' } - s.source = { :git => 'https://github.com/trinsic-id/sdk-swift-ui.git', :tag => 'v0.4.2' } + s.source = { :git => 'https://github.com/trinsic-id/sdk-swift-ui.git', :tag => 'v0.4.3' } s.source_files = 'Sources/**/*.{swift,h,m}' s.static_framework = true