From 53233bffeaa8c57272cfeb37ea7edfe30b8d1314 Mon Sep 17 00:00:00 2001 From: Lisoveliy Date: Mon, 7 Jul 2025 20:53:45 +0300 Subject: [PATCH] chore: updated version in json files --- app.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 77a2183..2578602 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,7 @@ "appType": "app", "version": { "code": 1, - "name": "1.2.1" + "name": "1.2.2" }, "icon": "icon.png", "vender": "zepp", diff --git a/package.json b/package.json index 22e7d68..f87dd91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "totpfit", - "version": "1.2.1", + "version": "1.2.2", "description": "Another 2FAuthenticator based on TOTP for Zepp Amazfit GTS 4", "main": "app.js", "author": "Lisoveliy",