diff options
author | Hakim El Hattab | 2013-01-27 23:27:14 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-01-27 23:27:14 -0500 |
commit | d1c74523a4ab741d52ce0e647fe9c166383797ca (patch) | |
tree | 339ce1a56dd5234ac2698930b40676e6af883468 /grunt.js | |
parent | 784fa9d2e3570054728d21f8098199dc9d4164b9 (diff) |
updated to v2.3, initial implementation of uniformly scaled presentations (#310)
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ module.exports = function(grunt) { outputCSS: 'css/reveal.min.css', meta: { - version: '2.2', + version: '2.3', banner: '/*!\n' + ' * reveal.js <%= meta.version %> (<%= grunt.template.today("yyyy-mm-dd, HH:MM") %>)\n' + |