Skip to content

Commit 09aa93a

Browse files
author
Jeremy Chiang
authored
Merge pull request #87 from steamclock/jc/85-fix-sentry-version-syntax
[85] Fix sentry version syntax for CocoaPods
2 parents d6eaeeb + 1a5092c commit 09aa93a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Un-released
88

9+
## [0.5.3]
10+
- Fix Sentry version syntax in the podspec to include all minor versions
11+
912
## [0.5.2]
1013
- Update Sentry dependency to v7.2.1
1114

SteamcLog.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'SteamcLog'
11-
s.version = '0.5.2'
11+
s.version = '0.5.3'
1212
s.summary = 'A short description of SteamcLog.'
1313

1414
# This description is used to generate tags and improve search results.
@@ -29,7 +29,7 @@ TODO: Add long description of the pod here.
2929
s.ios.deployment_target = '11.0'
3030

3131
s.dependency 'XCGLogger', '~> 7.0.1'
32-
s.dependency 'Sentry', '~> 7.0.0'
32+
s.dependency 'Sentry', '~> 7'
3333

3434
s.subspec 'Netable' do |ss|
3535
ss.source_files = 'Netable/*', 'SteamcLog/Classes/**/*'

0 commit comments

Comments
 (0)