From 0586072889573e6b0f92af4edff3db30302fdf5f Mon Sep 17 00:00:00 2001 From: Helder Sepulveda Date: Sun, 13 May 2018 13:04:58 -0400 Subject: [PATCH] Inc Version --- README.md | 2 +- changelog.md | 4 ++++ gmapcatcher/mapConst.py | 2 +- installer/setup.nsi | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d504074c..c553cd82 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can find a list of improvements and latest features in the [Changelog](http: ## Download ## -https://github.com/heldersepu/GMapCatcher/releases/tag/0.8.0.7 +https://github.com/heldersepu/GMapCatcher/releases/tag/0.8.0.8 or diff --git a/changelog.md b/changelog.md index 6a235104..2ba57724 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +May 13 2018 H.S + * 0.8.0.8 + * Fix the issue with the Search (Issue 451) + May 2018 H.S * 0.8.0.7 * Correction the Nokia template diff --git a/gmapcatcher/mapConst.py b/gmapcatcher/mapConst.py index da067e2e..32016aba 100644 --- a/gmapcatcher/mapConst.py +++ b/gmapcatcher/mapConst.py @@ -6,7 +6,7 @@ import locale NAME = "GMapCatcher" -VERSION = "0.8.0.7" +VERSION = "0.8.0.8" VERSION_NAME = "" WEB_ADDRESS = "https://github.com/heldersepu/GMapCatcher" diff --git a/installer/setup.nsi b/installer/setup.nsi index 8acb0461..f743e8b9 100644 --- a/installer/setup.nsi +++ b/installer/setup.nsi @@ -1,5 +1,5 @@ !define PRODUCT_NAME "GMapCatcher" -!define PRODUCT_VERSION "0.8.0.7" +!define PRODUCT_VERSION "0.8.0.8" !define PRODUCT_WEB_SITE "http://code.google.com/p/gmapcatcher/" !include nsDialogs.nsh