From 957ad5b461712be09aae9ea83b04dd31a4c52203 Mon Sep 17 00:00:00 2001 From: Marcel Patzwahl Date: Fri, 20 Nov 2020 12:11:48 +0100 Subject: [PATCH] update version (#76) --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c981291..2488d6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CircleCI](https://circleci.com/gh/moia-dev/bastion-host-forward/tree/master.svg?style=svg)](https://circleci.com/gh/moia-dev/bastion-host-forward/tree/master) +[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fmoia-dev%2Fbastion-host-forward%2Fbadge&style=for-the-badge)](https://actions-badge.atrox.dev/moia-dev/bastion-host-forward/goto) [![NPM](https://flat.badgen.net/npm/v/@moia-dev/bastion-host-forward)](https://www.npmjs.com/package/@moia-dev/bastion-host-forward) # Bastion Host Forward diff --git a/package.json b/package.json index 67fb318..4fc6d31 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/moia-dev/bastion-host-forward" }, "license": "Apache-2.0", - "version": "0.4.0", + "version": "0.5.0", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": {