From 65e3bf86b21486b49725515337beb08351823bc6 Mon Sep 17 00:00:00 2001 From: tech explorers <73522283+techexplorers123@users.noreply.github.com> Date: Sat, 30 Mar 2024 13:36:20 +0530 Subject: [PATCH] updated version to 1.2 --- addon/manifest.ini | 4 ++-- buildVars.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/addon/manifest.ini b/addon/manifest.ini index ae6df6a..d5df652 100644 --- a/addon/manifest.ini +++ b/addon/manifest.ini @@ -10,8 +10,8 @@ keyboard shortcuts: * pressing eather shortcuts twice will copy the result to the clipboard. * all the shortcuts can be customized from the "input gestures" menu.""" author = "tech " -version = 1.0 -url="https://github.com/mesteranas/SimpleCalculator" +version = 1.2 +url="https://github.com/techexplorers123/decimal2fraction/" addon_docFileName = README.md minimumNVDAVersion = 2019.3.0 lastTestedNVDAVersion = 2024.1.0 diff --git a/buildVars.py b/buildVars.py index ce0426f..643566c 100644 --- a/buildVars.py +++ b/buildVars.py @@ -27,7 +27,7 @@ * pressing eather shortcuts twice will copy the result to the clipboard. * all the shortcuts can be customized from the "input gestures" menu."""), # version - "addon_version" : "1.1", + "addon_version" : "1.2", # Author(s) "addon_author" : u"tech ", # URL for the add-on documentation support