Skip to content

Commit

Permalink
Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Magaziy committed Sep 25, 2015
1 parent fc57b5d commit adb919b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BMACollectionBatchUpdates.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BMACollectionBatchUpdates"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "Safely perform batch updates in UITableView and UICollectionView"
s.description = <<-DESC
BMACollectionBatchUpdates` is a set of classes and extensions to UICollectionView and UITableView to perform safe batch updates of these views.
Expand All @@ -13,4 +13,4 @@ Pod::Spec.new do |s|
s.source_files = "BMACollectionBatchUpdates/*"
s.public_header_files = "BMACollectionBatchUpdates/*.h"
s.requires_arc = true
end
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Once both old and new data models are available, it has to calculate changes and
1. Include the following line in your `Podfile`:

```
pod 'BMACollectionBatchUpdates', '~> 1.0.0'
pod 'BMACollectionBatchUpdates', '~> 1.1.0'
```
If you like to live on the bleeding edge, you can use the `master` branch with:
Expand Down

0 comments on commit adb919b

Please sign in to comment.