Skip to content

Commit

Permalink
update version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyxx committed Jun 21, 2016
1 parent d9ee3f4 commit 57c6b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XXNibBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "XXNibBridge"
s.version = "2.3.0"
s.version = "2.3.1"
s.summary = "XXNibBridge"
s.description = "Bridge a nib file to another nib or storyboard"
s.homepage = "https://github.com/sunnyxx/XXNibBridge"
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "6.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/sunnyxx/XXNibBridge.git", :tag => "2.3.0" }
s.source = { :git => "https://github.com/sunnyxx/XXNibBridge.git", :tag => "2.3.1" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "XXNibBridge/*.{h,m}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 57c6b77

Please sign in to comment.