Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytriigolovanov authored Dec 3, 2021
2 parents ea1512c + 3cb6ced commit a04009f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.0.1

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

# v1.0.0

Initial release.
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
MIT License

Copyright (c) 2021 Dmytrii Golovanov

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions 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 = '1.0.0'
s.version = '1.0.1'
s.summary = 'Conveniently getting the User Agent through WKWebView'

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ The library provides the ability to conveniently getting the User Agent through

s.preserve_paths = [
"README.md",
"WebKitUserAgent/CHANGELOG.md"
"CHANGELOG.md"
]

s.ios.deployment_target = "9.0"
Expand Down

0 comments on commit a04009f

Please sign in to comment.