Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blundell committed May 23, 2015
1 parent 4d8e706 commit c6c77a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.1.0

BUG FIX - if you attempted to have two activities doing face detection you would get locking issues with the camera.
Now resolved using a stack to keep a reference to which activity wants to use the camera at what time.

# 1.0.0

Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Then you have callbacks like so:
```


Release
Release [change log](CHANGELOG.md)
=======

`compile 'com.blundell:woody:1.0.0'`
`compile 'com.blundell:woody:1.1.0'`

Further Reading
===============
Expand Down
2 changes: 1 addition & 1 deletion woody/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ publish {
userOrg = 'blundell'
groupId = 'com.blundell'
artifactId = 'woody'
publishVersion = '1.0.0'
publishVersion = '1.1.0'
description = 'Simplify the detection of faces using the front facing camera.'
website = 'https://github.com/blundell/WoodyFaceDetection'
}

0 comments on commit c6c77a6

Please sign in to comment.