Skip to content

Commit

Permalink
Merge pull request #31 from PDF417/feature/v5.0.3
Browse files Browse the repository at this point in the history
Updated to version v5.0.3
  • Loading branch information
dgust6 authored Aug 30, 2016
2 parents 857ace5 + f093345 commit 50ff687
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 5.0.3

- iOS fixes:
- Fixed problems with string localizations

## 5.0.2

- iOS fixes:
Expand Down
Binary file modified MicroBlink.bundle/en.strings
Binary file not shown.
Binary file modified MicroBlink.framework/MicroBlink
Binary file not shown.
4 changes: 2 additions & 2 deletions PPpdf417.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPpdf417"
s.version = "5.0.1"
s.version = "5.0.3"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://pdf417.mobi"

Expand Down Expand Up @@ -39,7 +39,7 @@ Pod::Spec.new do |s|

s.source = {
:git => 'https://github.com/PDF417/pdf417-ios.git',
:tag => "v5.0.1"
:tag => "v5.0.3"
}

s.platform = :ios
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pod try PPpdf417

```ruby
platform :ios, '7.0'
pod 'PPpdf417', '~> 5.0.2'
pod 'PPpdf417', '~> 5.0.3'
```

## Requirements
Expand Down
5 changes: 5 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release notes

## 5.0.3

- iOS fixes:
- Fixed problems with string localizations

## 5.0.2

- iOS fixes:
Expand Down
4 changes: 4 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Transition to 5.0.3

- No backwards incompatible changes. See Release notes for new features.

## Transition to 5.0.2

- No backwards incompatible changes. See Release notes for new features.
Expand Down
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit 6bd14542f6c9fee63f56d9eb2d084463d065e809
Built from core repository commit 7c8c3bb637d41a330a72b1cdf3b1588bf8726d15

0 comments on commit 50ff687

Please sign in to comment.