Update master version numbers

Summary: Update the version numbers on master to <the-next-version>-pre.

Test plan:
 - ???

Auditors: kevinb, alpert
This commit is contained in:
Emily Eisenberg 2015-07-16 14:20:29 -07:00
parent ce99abd1f2
commit 2600587f78
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "KaTeX",
"version": "0.4.2",
"version": "0.6.0-pre",
"main": [
"dist/katex.min.js",
"dist/katex.min.css"

View File

@ -1,6 +1,6 @@
{
"name": "katex",
"version": "0.4.2",
"version": "0.6.0-pre",
"description": "Fast math typesetting for the web.",
"main": "katex.js",
"repository": {