Skip to content

Commit be305c2

Browse files
committed
Bump version to 0.8.0
1 parent d898e4a commit be305c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Carthage.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"0.7.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.0/RxKeyboard.framework.zip",
3-
"0.7.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.1/RxKeyboard.framework.zip"
4-
}
2+
"0.7.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.0/RxKeyboard.framework.zip",
3+
"0.7.1": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.7.1/RxKeyboard.framework.zip",
4+
"0.8.0": "https://github.com/RxSwiftCommunity/RxKeyboard/releases/download/0.8.0/RxKeyboard.framework.zip"
5+
}

RxKeyboard.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxKeyboard'
3-
s.version = '0.7.1'
3+
s.version = '0.8.0'
44
s.summary = 'Reactive Keyboard in iOS'
55
s.homepage = 'https://github.com/RxSwiftCommunity/RxKeyboard'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)