Skip to content

Commit

Permalink
Update version numbers to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IceCreamYou committed Jun 7, 2015
1 parent 5563366 commit e73016f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "THREE.Terrain",
"version": "1.2.0",
"version": "1.2.1",
"main": "build/THREE.Terrain.min.js",
"ignore": [
"node_modules"
Expand Down
2 changes: 1 addition & 1 deletion build/THREE.Terrain.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* THREE.Terrain.js 1.2.0-20150607
* THREE.Terrain.js 1.2.1-20150607
*
* @author Isaac Sukin (http://www.isaacsukin.com/)
* @license MIT
Expand Down
2 changes: 1 addition & 1 deletion build/THREE.Terrain.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three.terrain.js",
"version": "1.2.0",
"version": "1.2.1",
"description": "Extends the Three.js web-based 3D graphics framework to support generating random terrains and rendering terrain from predetermined heightmaps.",
"homepage": "https://github.com/IceCreamYou/THREE.Terrain",
"bugs": "https://github.com/IceCreamYou/THREE.Terrain/issues",
Expand Down

0 comments on commit e73016f

Please sign in to comment.