diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc3c6a..d081cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/displaynone/shield-authenticator/compare/v1.11.1...v1.12.0) (2023-04-29) + + +### Features + +* allow users to add tokens manually ([88ef2a5](https://github.com/displaynone/shield-authenticator/commit/88ef2a5a384b9bbaea1410b9dcce8c9ab24eb143)) + ## [1.11.1](https://github.com/displaynone/shield-authenticator/compare/v1.11.0...v1.11.1) (2023-04-27) diff --git a/app.config.js b/app.config.js index 7482a66..624fef7 100644 --- a/app.config.js +++ b/app.config.js @@ -4,7 +4,7 @@ module.exports = { expo: { name: 'Shield Authenticator', slug: 'timepass', - version: '1.11.1', + version: '1.12.0', orientation: 'portrait', icon: './assets/logo.png', splash: { @@ -22,7 +22,7 @@ module.exports = { backgroundColor: '#FFFFFF', }, package: 'com.displaynone.timepass', - versionCode: 1110001, + versionCode: 1120000, }, scheme: 'shield-authenticator', plugins: [ diff --git a/build/latest.apk b/build/latest.apk index 42b60ad..3965ecf 100644 Binary files a/build/latest.apk and b/build/latest.apk differ diff --git a/package-lock.json b/package-lock.json index 9b4fb65..f9e3714 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shield-authenticator", - "version": "1.11.1", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shield-authenticator", - "version": "1.11.1", + "version": "1.12.0", "license": "MIT", "dependencies": { "@babel/plugin-proposal-decorators": "^7.21.0", diff --git a/package.json b/package.json index 041c5af..789d041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shield-authenticator", - "version": "1.11.1", + "version": "1.12.0", "author": { "name": "Luis Sacristán", "email": "displaynone@gmail.com",