Skip to content

Commit d719834

Browse files
committed
Bump version
1 parent 407122f commit d719834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FTCTextEntryFormatting.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = 'FTCTextEntryFormatting'
4-
spec.version = '1.0.4'
4+
spec.version = '1.0.5'
55
spec.license = { :type => 'FTC' }
66
spec.homepage = 'https://github.com/cft-dev/FTCTextEntryFormatting'
77
spec.authors = { 'Denis Morozov' => 'd.morozov@ftc.ru' }
88
spec.summary = 'Text Entry Formatting.'
9-
spec.source = { :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.4' }
9+
spec.source = { :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.5' }
1010

1111
spec.prefix_header_contents = '@import Foundation;'
1212
spec.source_files = 'Src/**/*.{h,m}'

0 commit comments

Comments
 (0)