Skip to content

Commit

Permalink
v1.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobento512 committed Feb 3, 2018
1 parent 25fc9b9 commit 72d3570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion utilglobalvars.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
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";
Expand Down

0 comments on commit 72d3570

Please sign in to comment.