Skip to content

Commit

Permalink
v0.3.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 23, 2022
1 parent c02ca6f commit 44a6ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lume",
"version": "0.3.0-alpha.14",
"version": "0.3.0-alpha.15",
"description": "A CSS3D/WebGL UI toolkit.",
"license": "MIT",
"homepage": "http://lume.io",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export * from './xyz-values/index.js'

export * from './defineElements.js'

export const version = '0.3.0-alpha.14'
export const version = '0.3.0-alpha.15'

0 comments on commit 44a6ad0

Please sign in to comment.