Skip to content

Commit 27e0956

Browse files
committed
2019.0909
1 parent 6542d0d commit 27e0956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [2019.0909]
44

55
- Fix camera events not binded
66
- Makefile improvements

src/kivy_garden/zbarcam/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '2019.0907'
1+
__version__ = '2019.0909'
22
# The `__version_code__` is used for the F-Droid auto update and should match
33
# the `versionCode` from the `build.gradle` file located in:
44
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
55
# The auto update method used is the `HTTP`, see:
66
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
7-
__version_code__ = 721202807
7+
__version_code__ = 721202809

0 commit comments

Comments
 (0)