Skip to content

Commit

Permalink
0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Sep 4, 2020
1 parent 8fe40b8 commit 8942b44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/darwin/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/package-template-darwin",
"version": "0.0.7",
"version": "0.0.8",
"os": ["darwin"],
"main": "package-template.darwin.node",
"files": ["package-template.darwin.node"],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/package-template-linux",
"version": "0.0.7",
"version": "0.0.8",
"os": ["linux"],
"main": "package-template.linux.node",
"files": ["package-template.linux.node"],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32/package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/package-template-win32",
"version": "0.0.7",
"version": "0.0.8",
"os": ["win32"],
"main": "package-template.win32.node",
"files": ["package-template.win32.node"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/package-template",
"version": "0.0.7",
"version": "0.0.8",
"description": "Template project for writing node package with napi-rs",
"main": "index.js",
"repository": "git@github.com:napi-rs/package-template.git",
Expand Down

0 comments on commit 8942b44

Please sign in to comment.