Skip to content

Commit 140ac98

Browse files
authored
Merge pull request #4 from cft-dev/bump-version
Bump version
2 parents 27d9a5b + 2f484fe commit 140ac98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3'
4+
spec.version = '1.0.4'
55
spec.license = { :type => 'FTC' }
66
spec.homepage = 'https://stash.ftc.ru/projects/UPCMC/repos/ftctextentryformatting/browse'
77
spec.authors = { 'Denis Morozov' => 'd.morozov@ftc.ru' }
88
spec.summary = 'Text Entry Formatting.'
9-
spec.source = { :git => 'https://stash.ftc.ru/scm/upcmc/ftctextentryformatting.git', :tag => '1.0.3' }
9+
spec.source = { :git => 'https://stash.ftc.ru/scm/upcmc/ftctextentryformatting.git', :tag => '1.0.4' }
1010

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Installation
66

77
```ruby
8-
pod 'FTCTextEntryFormatting', :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.3'
8+
pod 'FTCTextEntryFormatting', :git => 'https://github.com/cft-dev/FTCTextEntryFormatting.git', :tag => '1.0.4'
99
```
1010

1111
### Standalone usage

0 commit comments

Comments
 (0)