This commit is contained in:
Devin Howard 2016-09-13 14:30:09 +08:00
parent 6b2887e8da
commit eaffc346fd
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,7 @@ Metamaps.tempNode = null
Metamaps.tempInit = false
Metamaps.tempNode2 = null
Metamaps.VERSION = '<%= METAMAPS_VERSION %>'
Metamaps.LAST_UPDATED = '<%= METAMAPS_LAST_UPDATED %>'
/* erb variables from rails */
Metamaps.Erb = {}

View file

@ -1,2 +1,2 @@
METAMAPS_VERSION = '2.9.0'.freeze
METAMAPS_LAST_UPDATED = 'Sept 1, 2016'.freeze
METAMAPS_VERSION = '2.9.1'.freeze
METAMAPS_LAST_UPDATED = 'Sept 13, 2016'.freeze