Update Framadate version number

This commit is contained in:
Olivier PEREZ 2015-12-05 21:19:59 +01:00
parent 5e8fbe2e48
commit 6823133322

View File

@ -18,7 +18,7 @@
*/
// FRAMADATE version
const VERSION = '0.9';
const VERSION = '1.0';
// Regex
const POLL_REGEX = '/^[a-z0-9]+$/i';