diff --git a/readme.txt b/readme.txt index a413162..183dea4 100644 --- a/readme.txt +++ b/readme.txt @@ -55,7 +55,7 @@ https://github.com/fabiobento512/FRequest Change Log: ---------------------------------- 1.1a, 03-02-2018 -- Added rename request / project to requests tree context menu +- Added rename request / project to requests tree context menu (thanks pingzing!) - Added shortcut to delete requests (DEL) - Added an icon to delete request context menu - Improved config/project files upgrade code diff --git a/utilglobalvars.h b/utilglobalvars.h index b1cd4c8..858545f 100755 --- a/utilglobalvars.h +++ b/utilglobalvars.h @@ -23,7 +23,7 @@ along with this program. If not, see . namespace GlobalVars{ static const QString AppName = "FRequest"; -static const QString AppVersion = "1.1a (development)"; +static const QString AppVersion = "1.1a"; static const QString LastCompatibleVersionConfig = "1.1a"; static const QString LastCompatibleVersionProjects= "1.1"; static const QString AppConfigFileName = AppName + ".cfg";