Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyarnold committed May 6, 2018
1 parent cb3ffa7 commit a3252fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Differ.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Differ"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "A very fast difference calculation library written in Swift."
s.homepage = "https://github.com/tonyarnold/Diff"
s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ Also included are utilities for easily applying diffs and patches to `UICollecti
"Tony Arnold" => "tony@thecocoabots.com"
}

s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.2.2" }
s.source = { :git => "https://github.com/tonyarnold/Differ.git", :tag => "1.2.3" }
s.source_files = "Sources/Differ"

s.platforms = { :ios => "8.0", :osx => "10.11", :tvos => "9.0", :watchos => "3.0" }
Expand Down
2 changes: 1 addition & 1 deletion Supporting Files/Framework-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.2</string>
<string>1.2.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a3252fb

Please sign in to comment.