Skip to content

Commit a1ff369

Browse files
committed
2020.0524
1 parent 23ad2d2 commit a1ff369

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [2020.0524]
4+
5+
- Bumps dependencies versions, refs #31
6+
37
## [2019.1020]
48

59
- Setup coverage testing

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.1020'
1+
__version__ = '2020.0524'
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__*/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__ = 721202920
7+
__version_code__ = 721202524

0 commit comments

Comments
 (0)