From 80ebf228038e4649558680b99f9b7f46930b3b16 Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Sun, 30 Jan 2022 14:42:24 +0200 Subject: [PATCH] bump version --- Gemfile.lock | 2 +- lib/xcframework_converter/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 63d1b96..2669469 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xcframework_converter (0.3.1) + xcframework_converter (0.3.2) cocoapods (~> 1.10) xcodeproj (~> 1.20) diff --git a/lib/xcframework_converter/version.rb b/lib/xcframework_converter/version.rb index 7dec7e7..44599f4 100644 --- a/lib/xcframework_converter/version.rb +++ b/lib/xcframework_converter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module XCFrameworkConverter - VERSION = '0.3.1' + VERSION = '0.3.2' end