From 02abeee5f2cc7eadae423c5f8b1d46df7c62fc55 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 1 Dec 2020 10:36:23 +0000 Subject: [PATCH] Release v3.2.0-alpha3 --- appveyor.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 29e57f2..8ddfa0e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,4 +15,4 @@ install: test_script: - npm test on_success: - - if [%prebuild%] == [true] if [%APPVEYOR_REPO_TAG_NAME%] == [true] npx prebuild --runtime napi --target 3 + - if [%prebuild%] == [true] if [%APPVEYOR_REPO_TAG%] == [true] npx prebuild --runtime napi --target 3 diff --git a/package.json b/package.json index 8218bff..11c706b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "farmhash", - "version": "3.2.0-alpha2", + "version": "3.2.0-alpha3", "author": "Lovell Fuller ", "contributors": [ "Matt Ranney ",