Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Jan 11, 2025
1 parent 644139b commit e7ad81c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kotobamedia/audio-snippet-detector",
"version": "0.0.1",
"version": "0.0.0",
"description": "",
"main": "dist/index.cjs",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotobamedia/asd-darwin-arm64",
"description": "Prebuilt binary package for `audio-snippet-detector` on `darwin-arm64`.",
"version": "0.0.1",
"version": "0.0.0",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotobamedia/asd-linux-arm64-gnu",
"description": "Prebuilt binary package for `audio-snippet-detector` on `linux-arm64-gnu`.",
"version": "0.1.0",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kotobamedia/asd-linux-x64-gnu",
"description": "Prebuilt binary package for `audio-snippet-detector` on `linux-x64-gnu`.",
"version": "0.1.0",
"version": "0.0.0",
"os": [
"linux"
],
Expand Down

0 comments on commit e7ad81c

Please sign in to comment.