Skip to content

Commit 2638c49

Browse files
committed
Merge tag '2019.1020' into develop
2019.1020
2 parents a8f6a59 + 89dfda2 commit 2638c49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-
## [Unrelease]
3+
## [2019.1020]
44

55
- Setup coverage testing
66
- Bump to `xcamera>=2019.928`

src/kivy_garden/zbarcam/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '2019.0910'
1+
__version__ = '2019.1020'
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:
4-
# `.buildozer/android/platform/build/dists/zbarcamdemo/`
4+
# `.buildozer/android/platform/build-*/dists/zbarcamdemo__*/build.gradle`
55
# The auto update method used is the `HTTP`, see:
66
# https://f-droid.org/en/docs/Build_Metadata_Reference/#UpdateCheckMode
7-
__version_code__ = 721202810
7+
__version_code__ = 721202920

0 commit comments

Comments
 (0)