Skip to content

Commit e156479

Browse files
committed
0.0.4
1 parent 7e6a259 commit e156479

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/oxvg",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"main": "index.js",
55
"scripts": {
66
"build": "pnpm run -r build",

packages/correctness/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "correctness",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-darwin-arm64",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"repository": {
55
"url": "git+https://github.com/noahbald/oxvg.git"
66
},

packages/napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-darwin-x64",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"os": ["darwin"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-linux-x64-gnu",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"os": ["linux"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi-win32-x64-msvc",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"os": ["win32"],
55
"repository": {
66
"url": "git+https://github.com/noahbald/oxvg.git"

packages/napi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/napi",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"description": "",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oxvg/wasm",
3-
"version": "0.0.4-1",
3+
"version": "0.0.4",
44
"type": "module",
55
"description": "",
66
"files": [

0 commit comments

Comments
 (0)