Skip to content

Commit

Permalink
Setup v2.0.2 (#16)
Browse files Browse the repository at this point in the history
* Set podpsec version

* Update CHANGELOG.md

* Update README.md
  • Loading branch information
dmytriigolovanov authored Jun 26, 2022
1 parent c279039 commit b931d3b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# v2.0.1
# v2.0.2 (2022-06-26)

- [fixed] Fixed podspec swift version
- [fixed] Fixed Swift Package swift version

# v2.0.1 (2022-02-21)

- [fixed] Fixed WKUserAgentIPadFix weak link

# v2.0.0
# v2.0.0 (2022-02-19)

- [changed] Reorganised WKUserAgent
- [changed] Reorganised WKUserAgentFetcher (WKUserAgentWorker)
Expand All @@ -11,15 +16,15 @@
- [added] Added iPad iOS 13+ issue fix
- [added] Added WKWebView public extension func

# v1.1.0
# v1.1.0 (2022-02-15)

- [added] Added default WebView logic

# v1.0.1
# v1.0.1 (2021-12-04)

- [changed] Changed LICENSE
- [changed] Changed .podspec

# v1.0.0
# v1.0.0 (2021-12-04)

Initial release.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Requirements

* **Swift 5.3**
* **iOS 9.0+**
* **macOS 10.11+**

Expand Down
2 changes: 1 addition & 1 deletion WebKitUserAgent.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WebKitUserAgent'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'Conveniently getting the User Agent through WKWebView'

s.description = <<-DESC
Expand Down

0 comments on commit b931d3b

Please sign in to comment.