From fe3d140fe9e18c7ccc9643c8787ca781e87839e0 Mon Sep 17 00:00:00 2001 From: Itay Brenner Date: Wed, 6 Aug 2025 10:27:30 -0300 Subject: [PATCH] Bump version to v0.2.2 --- ETDistribution.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ETDistribution.podspec b/ETDistribution.podspec index 9845063..1a9bb71 100644 --- a/ETDistribution.podspec +++ b/ETDistribution.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'ETDistribution' - spec.version = '0.2.1' + spec.version = '0.2.2' spec.summary = 'iOS app installer.' spec.homepage = 'https://github.com/EmergeTools/ETDistribution' spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.authors = "Emerge Tools" - spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.1' } + spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.2' } spec.platform = :ios, '13.0' spec.swift_version = '5.10' spec.source_files = 'Sources/**/*.{swift,h,m}'