Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jan 17, 2022
1 parent 4e92cf0 commit b9f5e91
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/variable",
"version": "0.7.0",
"version": "0.7.1",
"description": "Create reactive variables and react their changes.",
"author": "Joe Pea <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ export function circular<Type>(
}
}

export const version = '0.7.0'
export const version = '0.7.1'

0 comments on commit b9f5e91

Please sign in to comment.