Bump version for new listing (#613)

Bump version for new listing
This commit is contained in:
Harsh Shandilya 2020-01-25 10:13:33 +05:30 committed by GitHub
commit 91f5797262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 3 deletions

View file

@ -1,6 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.
## [1.4.0] - TBD
### Added
- Add save-and-copy button
- Dark theme
- Setting to save OpenKeychain auth id
- Add number of passwords to folders
### Changed
- Updated UI design and iconograph
- Biometric authentication
- Use new OpenKeychain integration library
### Fixed
- Snackbars showing behind keyboards
## [1.3.2] - 2018-12-23
### Changed

View file

@ -9,7 +9,7 @@ This application tries to be 100% compatible with [pass](http://www.passwordstor
You can install the application from:
* [F-Droid](https://f-droid.org/repository/browse/?fdid=com.zeapo.pwdstore)
* [Play Store](https://play.google.com/store/apps/details?id=com.zeapo.pwdstore)
* [Play Store](https://play.google.com/store/apps/details?id=dev.msfjarvis.aps)
* [Snapshot builds](https://dl.msfjarvis.dev/APS/)
Pull requests are more than welcome (see [TODO](https://github.com/android-password-store/Android-Password-Store/projects/1#column-228844)).

View file

@ -6,8 +6,8 @@ ext.versions = [
minSdk: 23,
targetSdk: 28,
compileSdk: 28,
versionCode: 10303,
versionName: '1.3.4-SNAPSHOT',
versionCode: 10400,
versionName: '1.5.0-SNAPSHOT',
buildTools: '29.0.2',
packageName: 'dev.msfjarvis.aps'
]