Bumped version to 1.4.1

This commit is contained in:
wiire-a 2017-12-04 14:11:31 +01:00
parent ef28cc6331
commit d6e760af7b
3 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
## [Unreleased] ## [Unreleased]
## [1.4.1] - 2017-12-04
### Fixed
- Segmentation fault when trying to recover the PIN with `-m7-enc` and other options @rofl0r @binarymaster.
## [1.4.0] - 2017-12-04 ## [1.4.0] - 2017-12-04
### Added ### Added
- Multi-threading support @rofl0r. - Multi-threading support @rofl0r.

View File

@ -18,6 +18,6 @@
#define VERSION_H #define VERSION_H
#define SHORT_VERSION "1.4" #define SHORT_VERSION "1.4"
#define LONG_VERSION "1.4.0" #define LONG_VERSION "1.4.1"
#endif /* VERSION_H */ #endif /* VERSION_H */

View File

@ -1,4 +1,4 @@
PKG_NAME:=pixiewps PKG_NAME:=pixiewps
PKG_VERSION:=1.4 PKG_VERSION:=1.4
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_LICENSE:=GPL-3.0+ PKG_LICENSE:=GPL-3.0+