fix: version in package.json

not getting updated in release..
This commit is contained in:
Giles Bradshaw 2020-09-24 14:01:35 +01:00
parent 2cfb3d7b3a
commit 75be869735
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@sigyl/jsonnet-drone",
"main": "deploy.libsonnet",
"version": "0.2.1",
"version": "0.3.0",
"description": "jsonnet to build and deploy with drone",
"scripts": {
"publish-npm": "git push --follow-tags origin master && npm publish",