Update to v1.0.0-beta

This commit is contained in:
Riley Shaw 2014-08-26 01:46:17 -07:00
parent 89a9fc668d
commit af60f2ef54
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "terra", "name": "terra",
"version": "1.0.0-alpha", "version": "1.0.0-beta",
"homepage": "https://github.com/rileyjshaw/terra", "homepage": "https://github.com/rileyjshaw/terra",
"authors": [ "authors": [
"rileyjshaw <i@rileyjshaw.com>" "rileyjshaw <i@rileyjshaw.com>"

View File

@ -1,6 +1,6 @@
{ {
"name": "terra", "name": "terra",
"version": "1.0.0-alpha", "version": "1.0.0-beta",
"description": "A JavaScript framework for simple biological simulations and cellular automata.", "description": "A JavaScript framework for simple biological simulations and cellular automata.",
"main": "dist/terra.min.js", "main": "dist/terra.min.js",
"scripts": { "scripts": {