Skip to content

Commit feb18e7

Browse files
committed
Bump podspec
1 parent 64d8a27 commit feb18e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Overture.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
version = "0.3.1"
2-
31
Pod::Spec.new do |s|
42
s.name = "Overture"
5-
s.version = version
3+
s.version = "0.4.0"
64
s.summary = "A library for function composition."
75

86
s.description = <<-DESC
@@ -23,7 +21,7 @@ Pod::Spec.new do |s|
2321

2422
s.source = {
2523
:git => "https://github.com/pointfreeco/swift-overture.git",
26-
:tag => version
24+
:tag => s.version
2725
}
2826

2927
s.ios.deployment_target = "8.0"

0 commit comments

Comments
 (0)