Skip to content

Commit

Permalink
0.5.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenjameslee committed Jan 17, 2018
1 parent c3ad5fd commit 3e13a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "networked-aframe",
"version": "0.4.0",
"version": "0.5.0",
"description": "A web framework for building multi-user virtual reality experiences.",
"homepage": "",
"main": "dist/networked-aframe.js",
Expand Down
2 changes: 1 addition & 1 deletion src/NafIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ naf.options = options;
naf.utils = utils;
naf.log = new NafLogger();
naf.schemas = new Schemas();
naf.version = "0.4.0";
naf.version = "0.5.0";

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

0 comments on commit 3e13a7e

Please sign in to comment.