diff --git a/CHANGELOG.md b/CHANGELOG.md index bd806f4..d728866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.0](https://github.com/displaynone/shield-authenticator/compare/v1.9.0...v1.10.0) (2023-04-23) + + +### Features + +* localization in es, fr, de, it, zh, ar ([6e11256](https://github.com/displaynone/shield-authenticator/commit/6e112569759712f786cd986042b5920fdbb4d352)) + ## [1.9.0](https://github.com/displaynone/shield-authenticator/compare/v1.8.2...v1.9.0) (2023-04-23) diff --git a/app.config.js b/app.config.js index bd58345..238aad5 100644 --- a/app.config.js +++ b/app.config.js @@ -22,7 +22,7 @@ module.exports = { backgroundColor: '#FFFFFF', }, package: 'com.displaynone.timepass', - versionCode: 190000, + versionCode: 1100000, }, scheme: 'shield-authenticator', plugins: [ diff --git a/build/latest.apk b/build/latest.apk index 11b3525..31f9e33 100644 Binary files a/build/latest.apk and b/build/latest.apk differ diff --git a/package-lock.json b/package-lock.json index 193014a..92ea6d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shield-authenticator", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "shield-authenticator", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "dependencies": { "@babel/plugin-proposal-decorators": "^7.21.0", diff --git a/package.json b/package.json index 88fb424..c600d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shield-authenticator", - "version": "1.9.0", + "version": "1.10.0", "author": { "name": "Luis Sacristán", "email": "displaynone@gmail.com",