From 0000ce5a1232a1312804c9edbd513f9ac2771685 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Thu, 24 Sep 2020 14:53:38 +0100 Subject: [PATCH] fix:version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c5995e..b892944 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sigyl/jsonnet-drone", "main": "deploy.libsonnet", - "version": "0.3.0", + "version": "0.3.1", "description": "jsonnet to build and deploy with drone", "scripts": { "publish-npm": "git push --follow-tags origin master && npm publish",