From 9d3bed69b7949c5647bb8d14c6cad07d8540e299 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 20 Oct 2021 14:06:24 +1300 Subject: [PATCH] Update version number to 0.0.4 --- package.json | 2 +- src/Vircadia.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index de6f6d40..70b0a2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vircadia/web-sdk", - "version": "0.0.3", + "version": "0.0.4", "productName": "Vircadia Web SDK", "description": "Vircadia Web SDK for virtual worlds.", "author": "David Rowe ", diff --git a/src/Vircadia.ts b/src/Vircadia.ts index 93869b99..0a125faa 100644 --- a/src/Vircadia.ts +++ b/src/Vircadia.ts @@ -18,7 +18,7 @@ */ const Vircadia = new class { - readonly #_version = "0.0.3"; // Version number is also in package.json. + readonly #_version = "0.0.4"; // Version number is also in package.json. get version() { return this.#_version;