Skip to content

Commit f479023

Browse files
authored
Merge pull request #4 from jnewc/feature/swift-4.1
Update podspec
2 parents dc882cc + 9065e7e commit f479023

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ after_script:
77

88

99
language: objective-c
10-
osx_image: xcode9.2
10+
osx_image: xcode9.3
1111
xcode_workspace: Cosmic.xcworkspace # path to your xcodeproj folder
1212
xcode_scheme: Cosmic

Cosmic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Cosmic"
4-
s.version = "4.0.0"
4+
s.version = "4.1.0"
55
s.summary = "A log reporting framework written in Swift"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)