Skip to content

Commit 6643aa6

Browse files
authored
Release v0.2.1 (#27)
1 parent 39b3644 commit 6643aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ETDistribution.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'ETDistribution'
3-
spec.version = '0.2.0'
3+
spec.version = '0.2.1'
44
spec.summary = 'iOS app installer.'
55
spec.homepage = 'https://github.com/EmergeTools/ETDistribution'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
77
spec.authors = "Emerge Tools"
8-
spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.0' }
8+
spec.source = { :git => 'https://github.com/EmergeTools/ETDistribution.git', :tag => 'v0.2.1' }
99
spec.platform = :ios, '13.0'
1010
spec.swift_version = '5.10'
1111
spec.source_files = 'Sources/**/*.{swift,h,m}'

0 commit comments

Comments
 (0)