Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Aug 20, 2020
1 parent 4a4f775 commit 709f375
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2020-08-12
Date : 2020-08-19

Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.3.0
Version : v0.3.1
License : AGPLv3+

<!-- }}}1 -->
Expand Down
6 changes: 3 additions & 3 deletions android/buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source.dir = .
source.include_exts = py
source.exclude_dirs = bin,p4a-recipes
source.exclude_patterns = Makefile,*.png
version = 0.3.0
version = 0.3.1
requirements = python3,jiten
requirements.source.jiten = ..
icon.filename = %(source.dir)s/icon.png
Expand All @@ -20,8 +20,8 @@ android.ndk = 20b
android.accept_sdk_license = True
android.arch = arm64-v8a
# !!! DON'T FORGET TO UPDATE THIS !!!
# 0.3.0 -------------------vvvvvv
android.numeric_version = 1000300002
# 0.3.1 -------------------vvvvvv
android.numeric_version = 1000301002
p4a.branch = develop
#p4a.source_dir =
p4a.local_recipes = ./p4a-recipes
Expand Down
6 changes: 3 additions & 3 deletions jiten/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : jiten/cli.py
# Maintainer : Felix C. Stegerman <[email protected]>
# Date : 2020-08-16
# Date : 2020-08-19
#
# Copyright : Copyright (C) 2020 Felix C. Stegerman
# Version : v0.3.0
# Version : v0.3.1
# License : AGPLv3+
#
# -- ; }}}1
Expand Down Expand Up @@ -250,7 +250,7 @@
shell = True, cwd = _cwd) \
.decode().strip().replace("v", "", 1)
else:
__version__ = "0.3.0"
__version__ = "0.3.1"
name = "jiten"

import click
Expand Down

0 comments on commit 709f375

Please sign in to comment.