Can`t upload my sketch

I have a Wemos D1 mini v3.0.0

i can upload exampel sketches, but when i try to upload my Blynksketch i get errors,
i have tryed different versions of esp8266 boards and i get diffrent error.
when i use version 2.7.4 i get :

Blockquote

In file included from C:\Users\karls\Documents\Arduino\Beer\Beer.ino:44:0:

C:\Users\karls\Documents\Arduino\libraries\Blynk\src/BlynkSimpleEsp8266.h:18:21: fatal error: version.h: No such file or directory

#include <version.h>

                 ^

compilation terminated.

exit status 1
Error compiling for board WeMos D1 R2 & mini.

Blockquote

i have downloaded the latest libraries from blynk.
and i use this sketch

whats wrong here??

Have you installed the Blynk library?
If so, what version?

Pete.

i have installed the latest 0.6.0

You should be using 0.6.1

Exactly what sketch are you uploading?

Pete.

i solved it, i installed the esp8266 board version 2.5.2 and then i could upload my sketch and my beer tap is working again!