add version

This commit is contained in:
casperlamboo 2017-11-06 15:28:00 +01:00
parent 278a3a6c0a
commit c0dde779e1

View File

@ -1,6 +1,7 @@
import * as contextTools from './contextTools.js';
import bowser from 'bowser';
export const VERSION = '0.16.6';
export const SHAPE_CACHE_LIMIT = 50;
export const IS_CORDOVA = typeof cordova !== 'undefined';
export const PIXEL_RATIO = 1.0;