Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Oct 21, 2019
1 parent 6ea6bad commit 9855c96
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SwiftShield.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftShield'
s.module_name = 'SwiftShield'
s.version = '3.3.3'
s.version = '3.4.0'
s.license = { type: 'MIT', file: 'LICENSE' }
s.summary = 'A tool that protects Swift iOS apps against class-dump attacks.'
s.homepage = 'https://github.com/rockbruno/swiftshield'
Expand Down
Binary file not shown.
Binary file modified bin/swiftshield
Binary file not shown.
2 changes: 1 addition & 1 deletion swiftshield-Sources/Logger.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ enum LogType {
case .finished:
return "Finished."
case .version:
return "SwiftShield 3.3.3"
return "SwiftShield 3.4.0"
case .verbose:
return "Verbose Mode"
case .mode:
Expand Down
Binary file not shown.

0 comments on commit 9855c96

Please sign in to comment.