Skip to content

Commit 524e4e6

Browse files
committed
Version changed to 1.0.2, readme and podfile updated accordingly
1 parent e4263aa commit 524e4e6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Log4swift changelog
22

3+
## 1.0.2
4+
5+
- Added watchOS compatibility (Thanks Igor)
6+
- Compiles with swift 3.1 (Thanks Guillem)
7+
38
## 1.0.1
49

510
- Compiles with Xcode 8.1
611
- PerformLog method accessor changed to open to enable subclassing of Appenders
7-
- Added watchOS compatibility (Thanks Igor)
812

913
## 1.0
1014

Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0.1</string>
18+
<string>1.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Log4swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Log4swift"
3-
s.version = "1.0.1"
3+
s.version = "1.0.2"
44
s.summary = "A looging library written in swift."
55

66
s.description = <<-DESC
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.osx.deployment_target = "10.9"
2424
s.watchos.deployment_target = "2.0"
2525

26-
s.source = { :git => "https://github.com/jduquennoy/Log4swift.git", :tag => "versions/1.0.1" }
26+
s.source = { :git => "https://github.com/jduquennoy/Log4swift.git", :tag => "versions/1.0.2" }
2727

2828
s.source_files = "Log4swift", "Log4swift/**/*.{swift,h,m}", "Third parties/**/*.{h,m}"
2929

0 commit comments

Comments
 (0)