LongYinan 5 år sedan
förälder
incheckning
5b992fb700
4 ändrade filer med 4 tillägg och 4 borttagningar
  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.5",
+  "version": "0.0.6",
   "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.5",
+  "version": "0.0.6",
   "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.5",
+  "version": "0.0.6",
   "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.5",
+  "version": "0.0.6",
   "description": "Template project for writing node package with napi-rs",
   "main": "index.js",
   "repository": "git@github.com:napi-rs/package-template.git",