From b3ecc1eec12b616da6c94860fd71b69d13043bf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 06:58:12 +0000 Subject: [PATCH] version bump --- README.md | 2 +- seatsio.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a523a68..4e90786 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', '16.0.0' +pod 'seatsio', '17.0.0' ``` ## Usage diff --git a/seatsio.podspec b/seatsio.podspec index 8aa22cd..46c662f 100644 --- a/seatsio.podspec +++ b/seatsio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'seatsio' - s.version = '16.0.0' + s.version = '17.0.0' s.summary = 'The official Seats.io library for iOS' s.homepage = 'https://github.com/seatsio/seatsio-ios' s.license = { :type => 'MIT', :file => 'LICENSE' }