From 6a2ab542b9a239e90698c5fb1ad0303bb81504cb Mon Sep 17 00:00:00 2001 From: Lisoveliy Date: Thu, 24 Jul 2025 04:35:43 +0300 Subject: [PATCH] feat: v1.3.0 final cut --- README.md | 2 +- app.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9edf9fe..637f9e2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![alt text](docs/assets/image2.png) ### Features: -- Supports of otpauth links with parameters "client", "issuer", "algorithm", "digits", "period", "offset" +- Supports of ```otpauth://``` links with parameters "client", "issuer", "algorithm", "digits", "period", "offset" - Addition/Edition/Deletion of TOTPs from mobile app - Support of Google Authenticator migration links formated: ```otpauth-migration://offline?data=...``` (At this stage with only 6 digits and only 30 seconds period) diff --git a/app.json b/app.json index bdcd7c5..0fffc6b 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "appType": "app", "version": { "code": 1, - "name": "1.3" + "name": "1.3.0" }, "icon": "icon.png", "vender": "zepp", diff --git a/package.json b/package.json index 2c88185..afd0025 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "totpfit", - "version": "1.3", + "version": "1.3.0", "description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4", "main": "app.js", "author": "Lisoveliy",