Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amberroy committed Jul 7, 2017
1 parent beefdd2 commit 1abdde0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion OVRUI/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ovrui",
"version": "1.3.0",
"version": "1.4.0",
"description": "UI toolkit for building WebVR applications",
"license": "BSD-3-Clause",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions ReactVR/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-vr-web",
"version": "1.3.0",
"version": "1.4.0",
"description": "A framework for building VR applications with React",
"license": "BSD-3-Clause",
"repository": {
Expand All @@ -22,6 +22,6 @@
"react-native": "~0.42.0"
},
"dependencies": {
"ovrui": "~1.3.0"
"ovrui": "~1.4.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "react-vr",
"version": "1.3.0",
"version": "1.4.0",
"description": "A framework for building VR applications with React",
"license": "BSD-3-Clause",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions react-vr-cli/generators/package.json.generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ module.exports = config => ({
"test": "jest"
},
"dependencies": {
"ovrui": "~1.0.0",
"ovrui": "~1.4.0",
"react": "~15.4.1",
"react-native": "~0.42.0",
"three": "^0.80.1",
"react-vr": "~1.0.0",
"react-vr-web": "~1.0.0"
"react-vr": "~1.4.0",
"react-vr-web": "~1.4.0"
},
"devDependencies": {
"babel-jest": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion react-vr-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vr-cli",
"version": "0.3.3",
"version": "0.3.4",
"description": "The React VR CLI for project setup",
"license": "BSD-3-Clause",
"engines": {
Expand Down

0 comments on commit 1abdde0

Please sign in to comment.