Skip to content

Commit

Permalink
Bumped own version to 1.1.1 and three.js dependency to 0.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Mar 26, 2017
1 parent b182dda commit d9c39cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ OBJLoader2 and WWOBJLoader2 for three.js

OBJLoader2 is a new loader for the OBJ file format that is additionally executable within a web worker (WWOBJLoader2).

**Important: This version requires three.js 0.85.0! For previous versions of three.js use 1.0.x of wwobjloader2!**

## Repository structure / NPM content
The directory structure is organized as follows:
- **build**: Contains build libraries and documentation (NPM only)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wwobjloader2",
"version": "1.1.0",
"version": "1.1.1",
"description": "New OBJLoader utilizing web worker for three.js",
"main": "build/WWOBJLoader.js",
"author": "kaisalmen",
Expand Down Expand Up @@ -44,7 +44,7 @@
"keywords": [],
"homepage": "https://github.com/kaisalmen/WWOBJLoader#readme",
"dependencies": {
"three": "^0.84.0",
"three": "^0.85.0",
"jszip": "^3.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit d9c39cb

Please sign in to comment.