diff --git a/DEBIAN/control b/DEBIAN/control index f47551ba..fb18c129 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,5 +1,5 @@ Package: key-mapper -Version: 0.3.0 +Version: 0.3.1 Architecture: all Maintainer: Sezanzeb Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi diff --git a/README.md b/README.md index 327fcae2..832dd3dc 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ pacaur -S key-mapper-git ```bash wget "https://github.com/sezanzeb/key-mapper/releases/"\ -"download/0.3.0/python3-key-mapper_0.3.0-1_all.deb" -sudo dpkg -i python3-key-mapper_0.3.0-1_all.deb +"download/0.3.1/python3-key-mapper_0.3.1-1_all.deb" +sudo dpkg -i python3-key-mapper_0.3.1-1_all.deb ``` ##### Git/pip diff --git a/setup.py b/setup.py index 64642d66..01ab04f3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ from setuptools import setup setup( name='key-mapper', - version='0.3.0', + version='0.3.1', description='A tool to change the mapping of your input device buttons', author='Sezanzeb', author_email='proxima@hip70890b.de',