Skip to content

Commit

Permalink
Merge pull request #68 from attentive-mobile/rsmith/update-version
Browse files Browse the repository at this point in the history
Update version to release regex change
  • Loading branch information
rsmith-attentive authored Dec 19, 2023
2 parents d15870a + ece4b8c commit 004b211
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
static NSString* const SDK_VERSION = @"0.4.1";
static NSString* const SDK_VERSION = @"0.4.2";

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

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

0 comments on commit 004b211

Please sign in to comment.