AlaSQL / alasql

AlaSQL.js - JavaScript SQL database for browser and Node.js. Handles both traditional relational tables and nested JSON data (NoSQL). Export, store, and import data from localStorage, IndexedDB, or Excel.
http://alasql.org
MIT License
7.01k stars 653 forks source link

Version written in min version #232

Closed mathiasrw closed 8 years ago

mathiasrw commented 9 years ago

It can be hard to figure out what you are using if its the min version of a js script. I suggest we add a the following as the first line

/* AlaSQL v0.1.4 */

Just like jQuery does it http://code.jquery.com/jquery-2.1.4.min.js

agershun commented 9 years ago

Ok. I will do it. BTW you can get the version from alasql.version variable

Probably, we also can generate individual Build Number for each gulp run.

mathiasrw commented 8 years ago

its done...