chore: bump napi-build

This commit is contained in:
LongYinan 2020-07-15 01:36:02 +08:00
parent 5f2f83f6fe
commit f5d8d14089
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "napi-build"
version = "0.1.1"
version = "0.2.0"
authors = ["LongYinan <lynweklm@gmail.com>"]
edition = "2018"
description = "N-API build support"

View file

@ -31,4 +31,4 @@ optional = true
[build-dependencies]
napi-build = { version = "0.1", path = "../build" }
napi-build = { version = "0.2", path = "../build" }