From 5b992fb70023c24b331ac8304ac0350666d537c4 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 13 Aug 2020 17:55:29 +0800 Subject: [PATCH] 0.0.6 --- npm/darwin/package.json | 2 +- npm/linux/package.json | 2 +- npm/win32/package.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/npm/darwin/package.json b/npm/darwin/package.json index b234b4c..d137e52 100644 --- a/npm/darwin/package.json +++ b/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", diff --git a/npm/linux/package.json b/npm/linux/package.json index 8211f99..2b40ea4 100644 --- a/npm/linux/package.json +++ b/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", diff --git a/npm/win32/package.json b/npm/win32/package.json index 6209082..501c1e2 100644 --- a/npm/win32/package.json +++ b/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", diff --git a/package.json b/package.json index f96fc02..a31e51d 100644 --- a/package.json +++ b/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",