Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbruno committed Jan 25, 2020
1 parent 672f7f5 commit 33e2d6c
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.5.0'
s.version = '3.5.1'
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.5.0"
return "SwiftShield 3.5.1"
case .verbose:
return "Verbose Mode"
case .mode:
Expand Down
Binary file not shown.

0 comments on commit 33e2d6c

Please sign in to comment.