Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Jul 23, 2022
1 parent b8ddf74 commit d74816d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-glitch.json
@@ -1,6 +1,6 @@
{
"name": "naf-examples",
"version": "0.10.0",
"version": "0.10.1",
"description": "Examples of networked-aframe",
"main": "./server/easyrtc-server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "networked-aframe",
"version": "0.10.0",
"version": "0.10.1",
"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.10.0";
naf.version = "0.10.1";

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

0 comments on commit d74816d

Please sign in to comment.