Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 4, 2023
1 parent 340810f commit 38fa694
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
)
Expand Down

0 comments on commit 38fa694

Please sign in to comment.