Skip to content

Commit

Permalink
Version bump to 3.4.0 to get past CocoaPods not respecting that 3.1.1…
Browse files Browse the repository at this point in the history
… is a newer version than 3.03 (it thinks 3.03 == 3.3).
  • Loading branch information
Kevin Conley committed Dec 6, 2014
1 parent 5cd1707 commit 51cf356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tesseract OCR iOS ![](https://img.shields.io/cocoapods/l/TesseractOCRiOS.svg) ![](https://img.shields.io/cocoapods/p/TesseractOCRiOS.svg)
Tesseract OCR iOS ![](https://img.shields.io/cocoapods/v/TesseractOCRiOS.svg) ![](https://img.shields.io/cocoapods/l/TesseractOCRiOS.svg) ![](https://img.shields.io/cocoapods/p/TesseractOCRiOS.svg)
=================

**Use Tesseract OCR in iOS 7.0+ projects written in either Objective-C or Swift.
Expand All @@ -24,7 +24,7 @@ Integrate the framework into an existing project
Add the following line to your Podfile then run `pod update`

```
pod 'TesseractOCRiOS', '3.1.1'
pod 'TesseractOCRiOS', '3.4.0'
```
#### Development version
Add the following line to your Podfile then run `pod update`
Expand Down Expand Up @@ -183,6 +183,10 @@ If you like this work, please buy me a [beer](http://g8production.com/Beer)

Release Notes
=================

### 3.4.0
- Version bump to get past CocoaPods not respecting that 3.1.1 is a newer version than 3.03 (it thinks 3.03 == 3.3), see [#74](https://github.com/gali8/Tesseract-OCR-iOS/issues/74)

### 3.1.1
- Switched to [semantic versioning](http://semver.org/), as required by
CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion TesseractOCRiOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TesseractOCRiOS'
s.version = '3.1.1'
s.version = '3.4.0'

s.summary = 'Use Tesseract OCR in iOS projects written in either Objective-C or Swift.'

Expand Down

0 comments on commit 51cf356

Please sign in to comment.