Skip to content

Commit

Permalink
bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Feb 4, 2024
1 parent 1bce189 commit e544b63
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.12.0",
"version": "0.12.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.12.0",
"version": "0.12.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.12.0";
naf.version = "0.12.1";

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

0 comments on commit e544b63

Please sign in to comment.