Skip to content

Commit

Permalink
Release 1.0.0 Beta 3 (attentive-mobile#110)
Browse files Browse the repository at this point in the history
* bumped version to 1.0.0-beta.3

* updated changelog
  • Loading branch information
Vladimir Espinola Lezcano authored Jul 8, 2024
1 parent c48edeb commit 91dc14c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ATTNSDKFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ATTNSDKFramework'
s.version = '1.0.0-beta.2'
s.version = '1.0.0-beta.3'
s.summary = 'Attentive IOS SDK'

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.0-beta.3](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.2...1.0.0-beta.3) (2024-07-08)

### Feature
* Create documentation for developers that details how to set up the apps locally, test, and release ([108](https://github.com/attentive-mobile/attentive-ios-sdk/pull/108)) ([2b7a08c](https://github.com/attentive-mobile/attentive-ios-sdk/commit/2b7a08cef032942ba4848b662fc86f71453f03dc))
* Reduce complexity in ATTNSDK ([109](https://github.com/attentive-mobile/attentive-ios-sdk/pull/109)) ([c48edeb](https://github.com/attentive-mobile/attentive-ios-sdk/commit/c48edeb25d3798b0553cc00cd85a17c47e4890bb))

## [1.0.0-beta.2](https://github.com/attentive-mobile/attentive-ios-sdk/compare/1.0.0-beta.1...1.0.0-beta.2) (2024-06-27)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The attentive-ios-sdk is available through [CocoaPods](https://cocoapods.org). T

```ruby
target 'MyApp' do
pod 'ATTNSDKFramework', '1.0.0-beta.2'
pod 'ATTNSDKFramework', '1.0.0-beta.3'
end
```

Expand Down Expand Up @@ -40,7 +40,7 @@ In your applications `Package.swift` file, add the attentive-ios-sdk as a depend
```swift
dependencies: [
// your other app dependencies
.package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", from: "1.0.0-beta.2"),
.package(url: "https://github.com/attentive-mobile/attentive-ios-sdk", from: "1.0.0-beta.3"),
],
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/ATTNConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import Foundation
struct ATTNConstants {
private init() { }

static let sdkVersion = "1.0.0-beta.2"
static let sdkVersion = "1.0.0-beta.3"
static let skipFatigueEnvKey = "SKIP_FATIGUE_ON_CREATIVE"
}
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 = '1.0.0-beta.2'
s.version = '1.0.0-beta.3'
s.summary = 'Attentive IOS SDK'

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

0 comments on commit 91dc14c

Please sign in to comment.