You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReactiveSwift.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
s.name="ReactiveSwift"
3
3
# Version goes here and will be used to access the git tag later on, once we have a first release.
4
-
s.version="6.6.0"
4
+
s.version="6.6.1"
5
5
s.summary="Streams of values over time"
6
6
s.description=<<-DESC
7
7
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
0 commit comments