Bump version to v0.1.0

Also ready KaTeX for releasing

Auditors: alpert
This commit is contained in:
Emily Eisenberg
2014-09-15 03:04:11 -07:00
parent 35d9d972fd
commit f76688b639
2 changed files with 6 additions and 2 deletions

View File

@@ -1,12 +1,16 @@
{
"name": "katex",
"version": "0.0.1",
"version": "0.1.0",
"description": "Fast math!",
"main": "katex.js",
"repository": {
"type": "git",
"url": "git://github.com/Khan/KaTeX.git"
},
"files": [
"katex.js",
"src/"
],
"license": "MIT",
"devDependencies": {
"browserify": "~2.29.1",