diff --git a/README.md b/README.md index 70ccd69..71ef7db 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ RxDataSources-Texture is available through [CocoaPods](https://cocoapods.org). T it, simply add the following line to your Podfile: ```ruby -pod 'RxDataSources-Texture', '~> 1.2.6' +pod 'RxDataSources-Texture', '~> 1.2.7' ``` ## Development diff --git a/RxDataSources-Texture.podspec b/RxDataSources-Texture.podspec index 26e276b..c81c43f 100644 --- a/RxDataSources-Texture.podspec +++ b/RxDataSources-Texture.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'RxDataSources-Texture' - s.version = '1.2.6' + s.version = '1.2.7' s.summary = 'RxDataSources With Texture' s.description = <<-DESC This is a collection of reactive data sources for ASTableNode and ASCollectionNode