Skip to content

Commit

Permalink
Bump version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Mar 31, 2020
1 parent c56e57a commit b70a340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RxDataSources-Texture.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b70a340

Please sign in to comment.