Skip to content

Commit

Permalink
prepare for pod release
Browse files Browse the repository at this point in the history
  • Loading branch information
RaimundasSakalauskas committed Apr 23, 2021
1 parent 228b97e commit ec9a28b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
Particle iOS Device Setup library adheres to [Semantic Versioning](http://semver.org/).

## [1.0.6](https://github.com/particle-iot/particle-photon-setup-ios/releases/tag/1.0.6) (2021-04-24)

* Fix Cocoapods issue

## [1.0.5](https://github.com/particle-iot/particle-photon-setup-ios/releases/tag/1.0.5) (2020-05-01)

* Refactor `ParticleSetupWebViewController` replacing `UIWebView` with `WKWebView`
Expand Down
2 changes: 1 addition & 1 deletion ParticleSetup.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ParticleSetup"
s.version = "1.0.5"
s.version = "1.0.6"
s.summary = "Particle iOS Photon Setup library for easy integration of setup process for Particle Photon devices in your app"
s.description = <<-DESC
Particle (formerly Spark) Photon Setup library for integrating a customized setup process of Particle Photon (Wifi) devices in your app
Expand Down

0 comments on commit ec9a28b

Please sign in to comment.