Skip to content

Commit

Permalink
Bump version to 0.1.0 and update build files
Browse files Browse the repository at this point in the history
kalegd committed May 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 1dd3049 commit 014dd83
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/DigitalBacon-UI.js
Original file line number Diff line number Diff line change
@@ -26040,7 +26040,7 @@ THREE.BufferGeometry.prototype.computeBoundsTree = computeBoundsTree;
THREE.BufferGeometry.prototype.disposeBoundsTree = disposeBoundsTree;
THREE.Mesh.prototype.raycast = acceleratedRaycast;

const version = '0.0.2';
const version = '0.1.0';

const addGripInteractable = (interactable) => {
gripInteractableHandler.addInteractable(interactable);
2 changes: 1 addition & 1 deletion build/DigitalBacon-UI.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitalbacon-ui",
"version": "0.0.2",
"version": "0.1.0",
"type": "module",
"description": "UI library for three.js that supports touch screen, mouse, and WebXR hardware",
"main": "/build/DigitalBacon-UI.min.js",
2 changes: 1 addition & 1 deletion scripts/DigitalBacon-UI.js
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ THREE.BufferGeometry.prototype.computeBoundsTree = computeBoundsTree;
THREE.BufferGeometry.prototype.disposeBoundsTree = disposeBoundsTree;
THREE.Mesh.prototype.raycast = acceleratedRaycast;

const version = '0.0.2';
const version = '0.1.0';

const addGripInteractable = (interactable) => {
GripInteractableHandler.addInteractable(interactable);

0 comments on commit 014dd83

Please sign in to comment.