Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed May 7, 2024
1 parent 595a615 commit 2655ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"name": "@hugoalh/shuffle-array",
"version": "2.0.2",
"version": "2.0.3",
"exports": {
".": "./mod.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hugoalh/shuffle-array",
"version": "2.0.2",
"version": "2.0.3",
"description": "A module to shuffle the array's indexes.",
"keywords": [
"array",
Expand Down

0 comments on commit 2655ddd

Please sign in to comment.