From b56ed2cb97e596ee3a6b9faad712f2744c1166ac Mon Sep 17 00:00:00 2001 From: Jason Kiesling Date: Sun, 19 Jul 2020 21:46:49 -0400 Subject: [PATCH 1/2] v2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a2b7c0c..2b4af10b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myr", - "version": "2.0.0", + "version": "2.0.1", "private": false, "engines": { "node": "12.18.2" From d6c668928987ed57acbad8e57248880f34bccde9 Mon Sep 17 00:00:00 2001 From: Jason Kiesling Date: Sun, 19 Jul 2020 21:47:19 -0400 Subject: [PATCH 2/2] v2.0.1 --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9326ec46..dfc0829f 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,8 @@ The Engaging Computing Group develops new technologies to enable learners—yout ## Status [![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR) -## Change Log - 1.9.1 -> 2.0.0 -- Removed all Firebase dependencies and uses Mongo exclusively -- Changed scene URL schema to be `/scene/:id` -- Replaced authentication with Google OAuth2 -- Update npm version -- Replaced yarn with npm +## Change Log - 2.0.0 -> 2.0.1 +- Fixed bug where tokens expired after one hour and weren't refreshed ## Acknowledgments MYR uses [Aframe](https://aframe.io), a fantastic open source project, to render objects and effects in the three dimensional space.