From 55de1b3d2a8d028b04fa8fe59bae049300b539d7 Mon Sep 17 00:00:00 2001 From: Igor Makarov Date: Tue, 18 Jan 2022 18:25:59 +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 c874851..63d1b96 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - xcframework_converter (0.3.0) + xcframework_converter (0.3.1) cocoapods (~> 1.10) xcodeproj (~> 1.20) diff --git a/lib/xcframework_converter/version.rb b/lib/xcframework_converter/version.rb index a426ab1..7dec7e7 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.0' + VERSION = '0.3.1' end