diff --git a/build-deb.sh b/build-deb.sh index 1e7a831..a6e31a7 100755 --- a/build-deb.sh +++ b/build-deb.sh @@ -8,7 +8,7 @@ ETC_DIR="/etc" PKG_DIR="/pkg-debian" OPT_DIR="/opt/magicmouse-hid" -DEB="magicmouse-hid_1.0.0-0.deb" +DEB="magicmouse-hid_1.1.0-0.deb" cp -rf ${DIR}${ETC_DIR} ${DIR}${PKG_DIR} diff --git a/pkg-debian/DEBIAN/control b/pkg-debian/DEBIAN/control index 66c7d0b..7748dbf 100644 --- a/pkg-debian/DEBIAN/control +++ b/pkg-debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: magicmouse-hid -Version: 1.0.0-0 +Version: 1.1.0-0 Maintainer: Ricardo Rodrigues Description: Magic Mouse 2 driver for Linux This driver makes use of DKMS to load the driver in the kernel, while