Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2020
1 parent ba2abd5 commit e90a796
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.4.0
-------------
_01 Jan 2020_

* Updated lcov to 1.14
* Updated lcov_cobertura.py to 2.0.3


Version 1.3.2
-------------
_01 Feb 2019_
Expand Down
4 changes: 2 additions & 2 deletions XcodeCoverage.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'XcodeCoverage'
s.version = '1.3.2'
s.version = '1.4.0'
s.summary = 'Code coverage for Xcode projects'
s.description = <<-DESC
XcodeCoverage provides a simple way to generate reports of the Objective-C code coverage
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '6.0'
s.osx.deployment_target = '10.8'
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.3.2'}
s.source = {:git => 'https://github.com/jonreid/XcodeCoverage.git', :tag => 'v1.4.0'}

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

0 comments on commit e90a796

Please sign in to comment.