Skip to content

Commit

Permalink
v0.3.0-alpha.41
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Feb 25, 2024
1 parent 6887ffe commit beed124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Expand Up @@ -18,5 +18,5 @@ export * from './textures/index.js';
export * from './utils/index.js';
export * from './xyz-values/index.js';
export * from './defineElements.js';
export declare const version = "0.3.0-alpha.40";
export declare const version = "0.3.0-alpha.41";
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.js

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
@@ -1,6 +1,6 @@
{
"name": "lume",
"version": "0.3.0-alpha.40",
"version": "0.3.0-alpha.41",
"description": "Build next-level interactive web applications.",
"license": "MIT",
"homepage": "http://lume.io",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -61,4 +61,4 @@ export * from './xyz-values/index.js'

export * from './defineElements.js'

export const version = '0.3.0-alpha.40'
export const version = '0.3.0-alpha.41'

0 comments on commit beed124

Please sign in to comment.