Skip to content

Commit 3d1c6be

Browse files
committed
Prepare for release 0.4.2
1 parent 4480637 commit 3d1c6be

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020...2024 0xCAFEDECAF
3+
Copyright (c) 2020...2025 0xCAFEDECAF
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"maintainer": true
1313
}
1414
],
15-
"version": "0.4.1",
15+
"version": "0.4.2",
1616
"exclude": "tests",
1717
"examples": "examples/*/*.ino",
1818
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=VanBus
2-
version=0.4.1
2+
version=0.4.2
33
author=Erik Tromp <[email protected]>
44
maintainer=Erik Tromp <[email protected]>
55
sentence=Vehicle Area Network (VAN) bus packet reader/writer.

src/VanBus.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*
44
* Written by Erik Tromp
55
*
6-
* Version 0.4.0 - March, 2024
7-
*
86
* MIT license, all text above must be included in any redistribution.
97
*/
108

0 commit comments

Comments
 (0)