Skip to content

Commit 40d83bf

Browse files
committedFeb 11, 2025·
chore: release v0.0.7
1 parent ab19238 commit 40d83bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumbjs/quick-hash",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"exports": {
55
".": "./src/index.ts",
66
"./djb2": "./src/djb2.ts",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dumbjs/quick-hash",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Quick non-cryptographic hash functions for strings",
55
"bugs": {
66
"url": "https://github.com/dumbjs/quick-hash"

0 commit comments

Comments
 (0)
Please sign in to comment.