Skip to content

Commit 670c29f

Browse files
committed
Bump version to 1.3.2
1 parent b12be21 commit 670c29f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
NEXT RELEASE
2-
------------
1+
Version 1.3.2
2+
-------------
3+
_01 Feb 2019_
34

45
* Fixed for projects using Xcode "New Build System"
56

XcodeCoverage.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Pod::Spec.new do |s|
22
s.name = 'XcodeCoverage'
3-
s.version = '1.3.1'
3+
s.version = '1.3.2'
44
s.summary = 'Code coverage for Xcode projects'
55
s.description = <<-DESC
6-
XcodeCoverage provides a simple way to generate reports of the code coverage
6+
XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage
77
of your Xcode project. Generated reports include HTML and Cobertura XML.
88
99
Coverage data excludes Apple's SDKs, and the exclusion rules can be customized.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.ios.deployment_target = '6.0'
1717
s.osx.deployment_target = '10.8'
18-
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.1'}
18+
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.2'}
1919

2020
# XcodeCoverage files will be brought into the filesystem, but not added to your .xcodeproj.
2121
s.preserve_paths = '*', '**'

0 commit comments

Comments
 (0)