From 38fa694d62a450b4eeaabfcdfd63d8f7ae848388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miles=20St=C3=B6tzner?= Date: Mon, 4 Sep 2023 21:22:55 +0200 Subject: [PATCH] bump --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f87e76d..73b70e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "can2x", - "version": "0.1.4", + "version": "0.1.5", "description": "can2x is a simple utility for connecting a CAN bus unidirectional with another CAN bus over the network using common web protocols, such as HTTP, MQTT, Socket.IO, and WebSockets.", "repository": "https://github.com/milesstoetzner/can2x", "homepage": "https://can2x.stoetz.ms", diff --git a/src/index.ts b/src/index.ts index 4e4bb0e..5ffd30d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,7 +8,7 @@ export const program = new Command() const can2x = program .name('can2x') - .version('0.1.4') + .version('0.1.5') .description( 'can2x is a simple utility for connecting a can bus unidirectional with another can bus over the network using common web protocols, such as HTTP, MQTT, Socket.IO, and WebSockets.' )