Skip to content

Commit

Permalink
2019.0909
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMiras committed Sep 9, 2019
1 parent 6542d0d commit 27e0956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [Unreleased]
## [2019.0909]

- Fix camera events not binded
- Makefile improvements
Expand Down
4 changes: 2 additions & 2 deletions src/kivy_garden/zbarcam/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '2019.0907'
__version__ = '2019.0909'
# The `__version_code__` is used for the F-Droid auto update and should match
# the `versionCode` from the `build.gradle` file located in:
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
# The auto update method used is the `HTTP`, see:
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
__version_code__ = 721202807
__version_code__ = 721202809

0 comments on commit 27e0956

Please sign in to comment.