Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LongYinan committed Aug 13, 2020
1 parent 61c7453 commit e1f128e
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.4",
"version": "0.0.5",
"description": "Template project for writing node package with napi-rs",
"repository": "git@github.com:napi-rs/package-template.git",
"license": "MIT",
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.4",
"version": "0.0.5",
"description": "Template project for writing node package with napi-rs",
"repository": "git@github.com:napi-rs/package-template.git",
"license": "MIT",
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.4",
"version": "0.0.5",
"description": "Template project for writing node package with napi-rs",
"repository": "git@github.com:napi-rs/package-template.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/package-template",
"version": "0.0.4",
"version": "0.0.5",
"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 e1f128e

Please sign in to comment.