Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayaurora committed Sep 25, 2018
1 parent 53a26d2 commit 6a6999c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source.include_exts = py,png,jpg,kv,atlas,json,vs,fs,gif
#source.exclude_patterns = license,images/*/*.jpg

# (str) Application versioning (method 1)
version = 0.1
version = 0.2.0

# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
Expand Down Expand Up @@ -68,7 +68,7 @@ orientation = portrait
osx.python_version = 3

# Kivy version to use
osx.kivy_version = 1.9.1
osx.kivy_version = 1.10.1

#
# Android specific
Expand Down Expand Up @@ -233,7 +233,7 @@ android.arch = armeabi-v7a
[buildozer]

# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 1
log_level = 2

# (int) Display warning if buildozer is run as root (0 = False, 1 = True)
warn_on_root = 1
Expand Down

0 comments on commit 6a6999c

Please sign in to comment.