Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fpillet committed Dec 2, 2015
1 parent ddc052f commit acaca0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Desktop Viewer/Info.plist
Expand Up @@ -84,11 +84,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5</string>
<string>1.6.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>1.6.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions NSLogger.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'NSLogger'
s.version = '1.5.1'
s.version = '1.6.0'
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.5.1' }
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.6.0' }
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 ' \
Expand Down

0 comments on commit acaca0d

Please sign in to comment.