Skip to content

Commit

Permalink
Fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank.Markwort committed Sep 16, 2024
1 parent 82f660f commit 5722ce9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "poseidon/nmea200",
"name": "poseidon2/nmea2000",
"description": "nmea2000 decoder",
"version": "1.0.0",
"version": "0.9.5",
"authors": [
{
"name": "Frank Markwort",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poseidon2",
"version": "1.0.0",
"version": "0.9.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
return '0.9.4';
return '0.9.5';

0 comments on commit 5722ce9

Please sign in to comment.