Skip to content

Commit

Permalink
bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Mar 11, 2022
1 parent 5707003 commit 0d5f4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "networked-aframe",
"version": "0.9.0",
"version": "0.9.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.9.0";
naf.version = "0.9.1";

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

0 comments on commit 0d5f4a1

Please sign in to comment.