diff --git a/Client/iOS/LoggerClient.h b/Client/iOS/LoggerClient.h index 072779ad..13149d83 100644 --- a/Client/iOS/LoggerClient.h +++ b/Client/iOS/LoggerClient.h @@ -1,7 +1,7 @@ /* * LoggerClient.h * - * version 1.9.6 29-DEC-2018 + * version 1.9.7 09-JAN-2019 * * Part of NSLogger (client side) * https://github.com/fpillet/NSLogger diff --git a/Client/iOS/LoggerClient.m b/Client/iOS/LoggerClient.m index f24bafb2..012a1acb 100644 --- a/Client/iOS/LoggerClient.m +++ b/Client/iOS/LoggerClient.m @@ -1,7 +1,7 @@ /* * LoggerClient.m * - * version 1.9.6 29-DEC-2018 + * version 1.9.7 09-JAN-2019 * * Main implementation of the NSLogger client side code * Part of NSLogger (client side) diff --git a/Client/iOS/NSLogger.h b/Client/iOS/NSLogger.h index 5bd01d13..68132585 100644 --- a/Client/iOS/NSLogger.h +++ b/Client/iOS/NSLogger.h @@ -1,7 +1,7 @@ /* * NSLogger.h * - * version 1.9.6 29-DEC-2018 + * version 1.9.7 09-JAN-2019 * * Part of NSLogger (client side) * https://github.com/fpillet/NSLogger diff --git a/Client/iOS/NSLogger.swift b/Client/iOS/NSLogger.swift index a825f59a..0dd83c9d 100644 --- a/Client/iOS/NSLogger.swift +++ b/Client/iOS/NSLogger.swift @@ -1,7 +1,7 @@ /* * NSLogger.swift * - * version 1.9.6 29-DEC-2018 + * version 1.9.7 09-JAN-2019 * * Part of NSLogger (client side) * https://github.com/fpillet/NSLogger diff --git a/Client/iOS/NSLoggerSwift.h b/Client/iOS/NSLoggerSwift.h index d3f2756f..c9676af3 100644 --- a/Client/iOS/NSLoggerSwift.h +++ b/Client/iOS/NSLoggerSwift.h @@ -1,7 +1,7 @@ /* * NSLoggerSwift.h * - * version 1.9.6 29-DEC-2018 + * version 1.9.7 09-JAN-2019 * * Part of NSLogger (client side) * https://github.com/fpillet/NSLogger diff --git a/NSLogger.podspec b/NSLogger.podspec index 2b0e4a7d..2ca1c6ec 100644 --- a/NSLogger.podspec +++ b/NSLogger.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'NSLogger' - s.version = '1.9.6' + s.version = '1.9.7' s.license = 'BSD' s.summary = 'A modern, flexible logging tool.' s.homepage = 'https://github.com/fpillet/NSLogger' s.author = { 'Florent Pillet' => 'fpillet@gmail.com' } - s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.6' } + s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.9.7' } s.screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png" s.description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \