Skip to content

Commit

Permalink
Setup v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytriigolovanov committed Nov 12, 2022
1 parent ab77d5f commit f3f475c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v3.0.0 (2022-11-13)

- [changed] Updated fetching logic
- [changed] Updated fetching interface

# v2.0.2 (2022-06-26)

- [fixed] Fixed podspec swift version
Expand Down
6 changes: 3 additions & 3 deletions WebKitUserAgent.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'WebKitUserAgent'
s.version = '2.0.2'
s.summary = 'Conveniently getting the User Agent through WKWebView'
s.version = '3.0.0'
s.summary = 'Conveniently getting the User-Agent through WKWebView'

s.description = <<-DESC
The library provides the ability to conveniently getting the User Agent through WKWebView.
The library provides the ability to conveniently getting the User-Agent through WKWebView.
DESC

s.homepage = 'https://github.com/dmytriigolovanov/webkit-user-agent'
Expand Down

0 comments on commit f3f475c

Please sign in to comment.