Skip to content

Commit 1f11d7d

Browse files
authored
0.0.1-alpha.3
1 parent cec2400 commit 1f11d7d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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": "@napi-rs/skia-darwin-x64",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"os": ["darwin"],
55
"cpu": ["x64"],
66
"main": "skia.darwin-x64.node",

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": "@napi-rs/skia-linux-x64-gnu",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "skia.linux-x64-gnu.node",

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": "@napi-rs/skia-win32-x64-msvc",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"os": ["win32"],
55
"cpu": ["x64"],
66
"main": "skia.win32-x64-msvc.node",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@napi-rs/skia",
3-
"version": "0.0.1-alpha.2",
3+
"version": "0.0.1-alpha.3",
44
"description": "Canvas for NodeJS with skia backend",
55
"main": "index.js",
66
"repository": "https://github.com/Brooooooklyn/skia-rs.git",

0 commit comments

Comments
 (0)