Upload a EA to market "File version must be higher then last product's version" Upgrading Error

 
I uploaded my EA version 1 to the market and whenever i try to upload version 2 it shows me the error "File version must be higher then last product's version". i contacted the service desk but i didn't recieve any help.
Files:
Capture.PNG  12 kb
 

There are several threads about it, for example:

https://www.mql5.com/en/forum/14073

https://www.mql5.com/en/forum/349246

Unable to upgrade a product in MQL5 Market
Unable to upgrade a product in MQL5 Market
  • 2013.09.19
  • www.mql5.com
Hi there, When trying to upload a new optimized version of my product I get this message: File version must be higher then last product's version C...
 
Sergey Golubev #:

There are several threads about it, for example:

https://www.mql5.com/en/forum/14073

https://www.mql5.com/en/forum/349246

Hello Sergey. Thanks for replying back. Actually I changed the version to 2 in my code yet am still facing the same issue plus I sent a request to the help desk and their response was they can't help me as it's not financial issue and my request was non financial in the first place 
 
MOHAMED SABER MOHAMED AHMED MOUSTAFA:
I uploaded my EA version 1 to the market and whenever i try to upload version 2 it shows me the error "File version must be higher then last product's version". i contacted the service desk but i didn't recieve any help.

You must change your property line:

#property version   "2.00"
 
Eleni Anna Branou #:

You must change your property line:

That's exactly what I did 
 
MOHAMED SABER MOHAMED AHMED MOUSTAFA #:
That's exactly what I did 

Then your previous version must have a higher than 2.00 property version.

 
Eleni Anna Branou #:

Then your previous version must have a higher than 2.00 property version.

Please check the screenshots below. It's showing that my uploaded version is 1 and i changed the version in the code to 2.00 yet still same error.

Files:
V1.PNG  5 kb
V12.PNG  17 kb
 
I've asked a Market admin to take a look.
 
Eleni Anna Branou #:
I've asked a Market admin to take a look.
Many thanks really appreciated.
 
MOHAMED SABER MOHAMED AHMED MOUSTAFA #:
That's exactly what I did 

Looks like you didn't, as you keep trying to upload version 1.00.

Change the version to 2.00, recompile the code and use the new file.

 
Alexey Petrov #:

Looks like you didn't, as you keep trying to upload version 1.00.

Change the version to 2.00, recompile the code and use the new file.

I'm not trying to upload version 1 it's version 2 and it's compiled. Check the screenshots attached please it's showing when the file was compiled and then i tried to uploaded again with no success.

i changed it from 

#property version   "1.00"

to 

#property version   "2.00"
Reason: