Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sezanzeb committed Oct 10, 2021
1 parent aa9576c commit 4c73ccc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: key-mapper
Version: 1.1.0
Version: 1.2.0
Architecture: all
Maintainer: Sezanzeb <proxima@sezanzeb.de>
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi, gettext, python3-cairo, libgtk-3-0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ or install the latest changes via:
sudo apt install git python3-setuptools gettext
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh
sudo apt install ./dist/key-mapper-1.1.0.deb
sudo apt install ./dist/key-mapper-1.2.0.deb
```

key-mapper is now part of [Debian Testing](https://packages.debian.org/testing/key-mapper)
Expand Down
2 changes: 1 addition & 1 deletion readme/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ ssh/login into a debian/ubuntu environment
./scripts/build.sh
```

This will generate `key-mapper/deb/key-mapper-1.1.0.deb`
This will generate `key-mapper/deb/key-mapper-1.2.0.deb`

## Badges

Expand Down
2 changes: 1 addition & 1 deletion readme/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ configuration files.

The default configuration is stored at `~/.config/key-mapper/config.json`,
which doesn't include any mappings, but rather other parameters that
are interesting for injections. The current default configuration as of 1.1.0
are interesting for injections. The current default configuration as of 1.2.0
looks like, with an example autoload entry:

```json
Expand Down
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build_deb() {
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
cp ./DEBIAN build/deb/ -r
mkdir dist -p
rm dist/key-mapper-1.1.0.deb || true
dpkg -b build/deb dist/key-mapper-1.1.0.deb
rm dist/key-mapper-1.2.0.deb || true
dpkg -b build/deb dist/key-mapper-1.2.0.deb
}

build_deb &
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def make_lang():

setup(
name='key-mapper',
version='1.1.0',
version='1.2.0',
description='A tool to change the mapping of your input device buttons',
author='Sezanzeb',
author_email='proxima@sezanzeb.de',
Expand Down

0 comments on commit 4c73ccc

Please sign in to comment.