downloaded version

If I download webix from http://webix.com/download-webix-gpl/ I get version webix UI v.2.1.5

If I download with
git clone GitHub - webix-hub/webix: Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps
I get version webix UI v.2.1.1

If I download with
bower install webix
I get version webix UI v.2.0.1
I it curiosly, becouse bower use git repository GitHub - webix-hub/webix: Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps too.

I have not problem with it, but Im surprised. I think that in git repository is last version. :slight_smile:

We will try to make it more sane starting from Webix 2.2 :slight_smile:

Git repo didn’t have the 2.1.1 tag so bower ignored the latest version
It is fixed now.

Also, normally we have only one public minor build available, but in case of 2.1 we have detected the major regression and have released 2.1.5, on our site, that fixes it.

Haha - I ran into the same issue without knowing of this one.