Skip to content

Commit

Permalink
Metadata update for v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marbetschar committed Nov 5, 2019
1 parent 06e4091 commit bf534f3
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 @@ -51,7 +51,7 @@ $ pod install
Specify SplitRow into your project's `Cartfile`:

```
github "EurekaCommunity/SplitRow" ~> 2.1.0
github "EurekaCommunity/SplitRow" ~> 2.1.1
```

Then run the following command:
Expand Down
2 changes: 1 addition & 1 deletion SplitRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SplitRow"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "A row for Eureka to put two rows side by side into the same UITableViewCell."
s.homepage = "https://github.com/EurekaCommunity/SplitRow"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit bf534f3

Please sign in to comment.