Skip to content

Commit acaca0d

Browse files
committed
1.6.0
1 parent ddc052f commit acaca0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Desktop Viewer/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
<key>CFBundlePackageType</key>
8585
<string>APPL</string>
8686
<key>CFBundleShortVersionString</key>
87-
<string>1.5</string>
87+
<string>1.6.0</string>
8888
<key>CFBundleSignature</key>
8989
<string>????</string>
9090
<key>CFBundleVersion</key>
91-
<string>1</string>
91+
<string>1.6.0</string>
9292
<key>LSApplicationCategoryType</key>
9393
<string>public.app-category.developer-tools</string>
9494
<key>LSMinimumSystemVersion</key>

NSLogger.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'NSLogger'
3-
s.version = '1.5.1'
3+
s.version = '1.6.0'
44
s.license = 'BSD'
55
s.summary = 'A modern, flexible logging tool.'
66
s.homepage = 'https://github.com/fpillet/NSLogger'
77
s.author = { 'Florent Pillet' => '[email protected]' }
8-
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.5.1' }
8+
s.source = { :git => 'https://github.com/fpillet/NSLogger.git', :tag => 'v1.6.0' }
99
s.screenshot = "https://github.com/fpillet/NSLogger/raw/master/Screenshots/mainwindow.png"
1010

1111
s.description = 'NSLogger is a high perfomance logging utility which displays traces emitted by ' \

0 commit comments

Comments
 (0)