Skip to content

Commit

Permalink
prepare for beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Sep 11, 2019
1 parent 1e71fc7 commit c2912ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CXExtensions.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "CXExtensions"
s.version = "0.0.1-beta.3"
s.version = "0.0.1-beta.4"
s.summary = "A collection of useful extensions for Combine and CombineX."
s.homepage = "https://github.com/cx-org/CXExtensions"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -16,8 +16,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/cx-org/CXExtensions.git", :tag => "#{s.version}" }
s.source_files = "Sources/CXExtensions/**/*.swift"

s.dependency 'CXFoundation', '~> 0.0.1-beta.3'
s.dependency 'CXCompatible', '~> 0.0.1-beta.2'
s.dependency 'CXFoundation', '~> 0.0.1-beta.5'
s.dependency 'CXCompatible', '~> 0.0.1-beta.4'

end

6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repositoryURL": "https://github.com/cx-org/CombineX",
"state": {
"branch": "master",
"revision": "a3b8e8bc061467699c745522b471986b34dde489",
"revision": "37848665666ceace50e7383d2a45aa11ca5d317f",
"version": null
}
},
Expand All @@ -15,7 +15,7 @@
"repositoryURL": "https://github.com/cx-org/CXCompatible",
"state": {
"branch": "master",
"revision": "71435635672eaf2f36005995a2580b65a9344fa7",
"revision": "4a0e2af8c0306c500c542e7e8450da0350dcd248",
"version": null
}
},
Expand All @@ -24,7 +24,7 @@
"repositoryURL": "https://github.com/cx-org/CXFoundation",
"state": {
"branch": "master",
"revision": "a10b1321478c2fb93ddad6167f6eb2c54a75ee9c",
"revision": "3abea76ebf137ca1f672ffcfae9c17077008de20",
"version": null
}
},
Expand Down

0 comments on commit c2912ef

Please sign in to comment.