Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Jan 13, 2020
1 parent a5b96e4 commit c161764
Show file tree
Hide file tree
Showing 3 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.4.1'
s.version = '3.5.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
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.4.1"
return "SwiftShield 3.5.0"
case .verbose:
return "Verbose Mode"
case .mode:
Expand Down
Binary file not shown.

0 comments on commit c161764

Please sign in to comment.