Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Nov 17, 2024
1 parent db15912 commit 5dbd54d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wrnrlr/prelude",
"version": "0.1.2",
"version": "0.1.3",
"exports": "./src/mod.ts",
"compilerOptions": {
"strict": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wrnrlr/prelude",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"author": "Werner Laurensse",
"description": "A signal based frontend library with fine-grained reactivity",
"main": "./src/mod.ts",
Expand Down

0 comments on commit 5dbd54d

Please sign in to comment.