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