diff --git a/Bow.podspec b/Bow.podspec index fdab658fe1..4f7e2e9d0a 100644 --- a/Bow.podspec +++ b/Bow.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Bow" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowBrightFutures.podspec b/BowBrightFutures.podspec index 8d21fc956f..a5192e6820 100644 --- a/BowBrightFutures.podspec +++ b/BowBrightFutures.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowBrightFutures" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowBrightFutures provides an integration with BrightFutures." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowBrightFuturesGenerators.podspec b/BowBrightFuturesGenerators.podspec index 34aa7b6919..b0a6dfff58 100644 --- a/BowBrightFuturesGenerators.podspec +++ b/BowBrightFuturesGenerators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowBrightFuturesGenerators" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "PBT Generators for data types in BowBrightFutures." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowEffects.podspec b/BowEffects.podspec index d92173c72f..76d81323b4 100644 --- a/BowEffects.podspec +++ b/BowEffects.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowEffects" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowEffects provides classes to work with effects in a purely functional way." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowEffectsGenerators.podspec b/BowEffectsGenerators.podspec index bff1747d7e..fe09217d73 100644 --- a/BowEffectsGenerators.podspec +++ b/BowEffectsGenerators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowEffectsGenerators" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "PBT Generators for data types in BowEffects." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowEffectsLaws.podspec b/BowEffectsLaws.podspec index 22ed89e8d3..1d4e2b5fa6 100644 --- a/BowEffectsLaws.podspec +++ b/BowEffectsLaws.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowEffectsLaws" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Laws for type classes included in BowEffects." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowFree.podspec b/BowFree.podspec index bafe29b445..15a2e30abc 100644 --- a/BowFree.podspec +++ b/BowFree.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowFree" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowFree provides classes to work with Free Monads." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowFreeGenerators.podspec b/BowFreeGenerators.podspec index 91f881e809..2712a51c7d 100644 --- a/BowFreeGenerators.podspec +++ b/BowFreeGenerators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowFreeGenerators" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "PBT Generators for data types in BowFree." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowGenerators.podspec b/BowGenerators.podspec index ca9ee09d8f..df5404925d 100644 --- a/BowGenerators.podspec +++ b/BowGenerators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowGenerators" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "PBT Generators for data types in Bow." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowGeneric.podspec b/BowGeneric.podspec index 16719925c6..e16fc89115 100644 --- a/BowGeneric.podspec +++ b/BowGeneric.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowGeneric" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowGeneric provides classes for generic programming." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowLaws.podspec b/BowLaws.podspec index a20305230d..fa92ab59e4 100644 --- a/BowLaws.podspec +++ b/BowLaws.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowLaws" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Laws for type classes included in Bow." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowOptics.podspec b/BowOptics.podspec index 1b484fea6b..747a1a3759 100644 --- a/BowOptics.podspec +++ b/BowOptics.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowOptics" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowOptics contains classes to work with Optics in Swift." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowOpticsLaws.podspec b/BowOpticsLaws.podspec index 5e461457dd..c7f5e84640 100644 --- a/BowOpticsLaws.podspec +++ b/BowOpticsLaws.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowOpticsLaws" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Laws for type classes included in BowOptics." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowRecursionSchemes.podspec b/BowRecursionSchemes.podspec index 9f659c0b98..fa96447cbe 100644 --- a/BowRecursionSchemes.podspec +++ b/BowRecursionSchemes.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowRecursionSchemes" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRecursionSchemes provides classes to work with recursion schemes in Swift." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowRx.podspec b/BowRx.podspec index 6d38a7980e..b27b04ea15 100644 --- a/BowRx.podspec +++ b/BowRx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowRx" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "Bow is a library for Typed Functional Programming in Swift. BowRx provides an integration with RxSwift." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/BowRxGenerators.podspec b/BowRxGenerators.podspec index da41e010a9..94b237a615 100644 --- a/BowRxGenerators.podspec +++ b/BowRxGenerators.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BowRxGenerators" - s.version = "0.4.0" + s.version = "0.5.0" s.summary = "PBT Generators for data types in BowRx." s.homepage = "https://github.com/bow-swift/bow" s.license = { :type => 'Apache License, Version 2.0', :text => <<-LICENSE diff --git a/README.md b/README.md index 70f869f271..0012835dd7 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ Bow is available using CocoaPods, Carthage and Swift Package Manager. You can consume each Bow module as a separate pod. You can add these lines to your Podfile at your convenience: ```ruby -pod "Bow", "~> 0.4.0" -pod "BowOptics", "~> 0.4.0" -pod "BowRecursionSchemes", "~> 0.4.0" -pod "BowFree", "~> 0.4.0" -pod "BowGeneric", "~> 0.4.0" -pod "BowEffects", "~> 0.4.0" -pod "BowRx", "~> 0.4.0" -pod "BowBrightFutures", "~> 0.4.0" +pod "Bow", "~> {version}" +pod "BowOptics", "~> {version}" +pod "BowRecursionSchemes", "~> {version}" +pod "BowFree", "~> {version}" +pod "BowGeneric", "~> {version}" +pod "BowEffects", "~> {version}" +pod "BowRx", "~> {version}" +pod "BowBrightFutures", "~> {version}" ``` Testing laws: @@ -78,7 +78,7 @@ pod "BowBrightFuturesGenerators", "~> {version}" Carthage will download the whole Bow project, but it will compile individual frameworks for each module that you can use separately. Add this line to your Cartfile: ``` -github "bow-swift/Bow" ~> 0.4.0 +github "bow-swift/Bow" ~> {version} ``` ### Swift Package Manager