from this commit on, we would need to modify config/initializers/version.rb to increment the version number.
7 lines
166 B
Text
7 lines
166 B
Text
Metamaps.Debug = function() {
|
|
console.debug(Metamaps)
|
|
console.debug(`Metamaps Version: ${Metamaps.VERSION}`)
|
|
}
|
|
Metamaps.debug = function() {
|
|
Metamaps.Debug()
|
|
}
|