Skip to content

Commit e30c179

Browse files
committed
chore: version bump 1.1.1
Signed-off-by: Denis Dobanda <[email protected]>
1 parent ce47cbe commit e30c179

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
iOS Mobile Security Toolkit Library Changelog
22
===========================
33

4+
# 1.1.1
5+
* Fixed podspec deployment
6+
7+
48
# 1.1.0
59
* Added device password protection detection
610
* Added hardware security detection

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Swift Package Manager
3535
### SPM
3636

3737
`.package(url: "https://github.com/EXXETA/iOS-Security-Toolkit.git", from:
38-
"1.1.0")`
38+
"1.1.1")`
3939

4040
## CocoaPods
4141

SecurityToolkit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'SecurityToolkit'
3-
s.version = '1.1.0'
3+
s.version = '1.1.1'
44
s.summary = 'Simple and easy security threat detector in Swift'
55
s.homepage = 'https://github.com/EXXETA/iOS-Security-Toolkit'
66
s.license = { :type => 'MIT', :file => 'LICENSE.md' }

0 commit comments

Comments
 (0)