Skip to content

Commit

Permalink
Merge pull request #77 from attentive-mobile/rsmith/0.4.3
Browse files Browse the repository at this point in the history
0.4.3 release
  • Loading branch information
rsmith-attentive authored Feb 20, 2024
2 parents 767224d + 939b554 commit c0da38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Internal/ATTNVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

// This should match the Podspec version
// If there's a way to define the version in one place and use it both here and the Podspec then we should do it - I don't know of a way
NSString* const SDK_VERSION = @"0.4.3-beta.2";
NSString* const SDK_VERSION = @"0.4.3";

#endif /* ATTNVersion_h */
2 changes: 1 addition & 1 deletion attentive-ios-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'attentive-ios-sdk'
s.version = '0.4.3-beta.2'
s.version = '0.4.3'
s.summary = 'Attentive IOS SDK'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit c0da38f

Please sign in to comment.