LongYinan 5 years ago
parent
commit
e1f128eebe
4 changed files with 4 additions and 4 deletions
  1. 1 1
      npm/darwin/package.json
  2. 1 1
      npm/linux/package.json
  3. 1 1
      npm/win32/package.json
  4. 1 1
      package.json

+ 1 - 1
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",

+ 1 - 1
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",

+ 1 - 1
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",

+ 1 - 1
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",