Skip to content

Commit

Permalink
fix version in js files, republish 0.8.1 as 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Mar 27, 2021
1 parent b56b10a commit f1c62b4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/networked-aframe.js

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

2 changes: 1 addition & 1 deletion dist/networked-aframe.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
# Networked-Aframe Release Notes

## 0.8.2

- Republish 0.8.1 as 0.8.2 with the correct version in the js files.

## 0.8.1

- Fix an issue with easyrtc adapter enableMicrophone and enableCamera API not
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "networked-aframe",
"version": "0.8.1",
"version": "0.8.2",
"description": "A web framework for building multi-user virtual reality experiences.",
"homepage": "",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/NafIndex.js
Expand Up @@ -14,7 +14,7 @@ naf.options = options;
naf.utils = utils;
naf.log = new NafLogger();
naf.schemas = new Schemas();
naf.version = "0.8.1";
naf.version = "0.8.2";

naf.adapters = new AdapterFactory();
var entities = new NetworkEntities();
Expand Down

0 comments on commit f1c62b4

Please sign in to comment.