Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2021-06-09)

### Bug Fixes

* remove amplitude as dependency ([713a9b8](713a9b8))
  • Loading branch information
amplitude-sdk-bot committed Jun 9, 2021
1 parent 713a9b8 commit 883638d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AmplitudeExperiment.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
experiment_version = "1.0.1" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.0.2" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.2](https://github.com/amplitude/experiment-ios-client/compare/v1.0.1...v1.0.2) (2021-06-09)


### Bug Fixes

* remove amplitude as dependency ([713a9b8](https://github.com/amplitude/experiment-ios-client/commit/713a9b832ca5783ff1dd7edd6a7d38ef1920826d))

## [1.0.1](https://github.com/amplitude/experiment-ios-client/compare/v1.0.0...v1.0.1) (2021-06-09)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Experiment/ExperimentConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public struct ExperimentConfig {
internal struct Constants {
// Version string is matched in release.config.js
// Changing this may result in breaking automated releases
internal static let Version: String = "1.0.1"
internal static let Version: String = "1.0.2"
internal static let Library: String = "experiment-ios-client"
}
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h2>Protocols</h2>

<footer>
<p>
Generated on <time datetime="2021-06-09T23:10:45+0000">June 9, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
Generated on <time datetime="2021-06-09T23:21:45+0000">June 9, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
</p>
</footer>
</body>
Expand Down

0 comments on commit 883638d

Please sign in to comment.