diff --git a/README.md b/README.md index dc14928..91a4083 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ seatsio-ios allows rendering seats.io seating charts inside an iOS application. Add this to your podfile: ``` -pod 'seatsio', '14.3.0' +pod 'seatsio', '14.4.0' ``` ## Usage diff --git a/seatsio.podspec b/seatsio.podspec index 1b32270..e0c78a3 100644 --- a/seatsio.podspec +++ b/seatsio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'seatsio' - s.version = '14.3.0' + s.version = '14.4.0' s.summary = 'The official Seats.io library for iOS' s.homepage = 'https://github.com/seatsio/seatsio-ios' s.license = { :type => 'MIT', :file => 'LICENSE' }