diff options
author | Hakim El Hattab | 2013-08-24 15:10:10 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-24 15:10:10 -0400 |
commit | d62093c228f13ed10a21eb7055872b97c9f2ef78 (patch) | |
tree | 78012bb06d34f076cbf32c68974cd786f6f20cb4 /package.json | |
parent | 7e629936e576ea3205d391070d10bbc26ed8e120 (diff) |
include dev flag in version
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index caef3f9..8da6168 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reveal.js", - "version": "2.6.0", + "version": "2.6.0-dev", "description": "The HTML Presentation Framework", "homepage": "http://lab.hakim.se/reveal-js", "subdomain": "revealjs", |