Skip to content

Commit

Permalink
0.0.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Jan 6, 2021
1 parent cec2400 commit 1f11d7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/skia-darwin-x64",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"os": ["darwin"],
"cpu": ["x64"],
"main": "skia.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/skia-linux-x64-gnu",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"os": ["linux"],
"cpu": ["x64"],
"main": "skia.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/skia-win32-x64-msvc",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"os": ["win32"],
"cpu": ["x64"],
"main": "skia.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/skia",
"version": "0.0.1-alpha.2",
"version": "0.0.1-alpha.3",
"description": "Canvas for NodeJS with skia backend",
"main": "index.js",
"repository": "https://github.com/Brooooooklyn/skia-rs.git",
Expand Down

0 comments on commit 1f11d7d

Please sign in to comment.