From e8090518286b384885595aafb45b15fa82bce06a Mon Sep 17 00:00:00 2001 From: Jaryd Krishnan Date: Sat, 2 Dec 2017 16:14:35 -0600 Subject: [PATCH] Mark as alpha version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efd6494..cf1828d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harvest-profit-units", - "version": "1.0.0", + "version": "1.0.0-alpha.1", "description": "Units helper for Harvest Profit javascript applications", "main": "src/index.js", "repository": "https://github.com/HarvestProfit/harvest-profit-units",