Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Владислав Чалый committed Feb 7, 2023
1 parent d5d10bd commit 51a926f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/Shared/Globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const bridge = window.electron.ipcRenderer.window as typeof bridgeTypeOf.
export const AppName = 'protouv';
export const AppLink = 'https://github.com/Fariarx/ProtoUV';
export const AppLinkReleases = 'https://github.com/Fariarx/ProtoUV/releases';
export const AppVersion = 'alpha0.01';
export const AppVersion = 'alpha0.02';

THREE.BufferGeometry.prototype.computeBoundsTree = computeBoundsTree;
THREE.BufferGeometry.prototype.disposeBoundsTree = disposeBoundsTree;
Expand Down

0 comments on commit 51a926f

Please sign in to comment.