Skip to content

Commit

Permalink
Update the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Borek committed May 1, 2019
1 parent d4528a1 commit 3756889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bento.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Bento"
s.version = "0.3"
s.version = "0.4"
s.summary = "Component based abstraction on top of UITableView and UICollectionView"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion BentoKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "BentoKit"
s.version = "0.3"
s.version = "0.4"
s.summary = "Common components and toolbox for building component based interfaces. Built on top of Bento."

s.description = <<-DESC
Expand Down

0 comments on commit 3756889

Please sign in to comment.