Skip to content

Commit

Permalink
chore(metadata): update metadata for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelochs committed Dec 23, 2014
1 parent ee2ef74 commit 539f9b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BCScanner.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BCScanner"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "A barcode and qr code scanner that wraps the `AVFoundation` scanning capabilities in a `UIViewController`"
s.homepage = "https://github.com/michaelochs/BCScanner"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#Changelog
# Changelog

The versioning in this project is based on [Semantic Versioning](http://semver.org).

## v0.1.1
- Fix issues with the scanner area property
- Reenables iOS7 support
- Removes warnings

## v0.1.0
- First official release, containing support for the following code types:
- aztec
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 539f9b9

Please sign in to comment.