Skip to content

Commit

Permalink
bumped version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed May 21, 2024
1 parent 7738609 commit f3b5f1b
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.5.0";
NSString* const SDK_VERSION = @"0.5.1";

#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.5.0'
s.version = '0.5.1'
s.summary = 'Attentive IOS SDK'

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

0 comments on commit f3b5f1b

Please sign in to comment.