Instiki 0.19.2
Bump version number. Also update to a faster method of loading MathJax (thanks to Davide Cervone for assistance).
This commit is contained in:
parent
79a966f71f
commit
cbf13ad57a
3 changed files with 20 additions and 4 deletions
|
@ -279,7 +279,7 @@ module Instiki
|
|||
MINOR = 19
|
||||
TINY = 2
|
||||
SUFFIX = '(MML+)'
|
||||
PRERELEASE = 'pre'
|
||||
PRERELEASE = false
|
||||
if PRERELEASE
|
||||
STRING = [MAJOR, MINOR].join('.') + PRERELEASE + SUFFIX
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue