Skip to content

Commit c3dbbbd

Browse files
committed
Sync versions to 2.1.0 and add sister project references
- Updated all platform versions to 2.1.0 (Java, Python, Maven) - Added comprehensive sister projects section to README - Links to nhtsa-recall-lookup and dtc-database repos - Describes complete diagnostic workflow integration
1 parent 1e68fa6 commit c3dbbbd

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010

1111
World-class VIN decoder with comprehensive offline database (2,015+ WMI codes) and NHTSA vPIC API integration
1212

13+
## Sister Projects
14+
15+
Part of the NHTSA automotive diagnostic toolkit:
16+
17+
- **[nhtsa-vin-decoder](https://github.com/Wal33D/nhtsa-vin-decoder)** - This project (VIN decoder)
18+
- **[nhtsa-recall-lookup](https://github.com/Wal33D/nhtsa-recall-lookup)** - Look up safety recalls using decoded vehicle info
19+
- **[dtc-database](https://github.com/Wal33D/dtc-database)** - Comprehensive OBD-II diagnostic trouble code database
20+
21+
**Workflow:** Decode VIN → Get vehicle info → Look up recalls → Decode diagnostic codes
22+
1323
## ⚡ Quick Start
1424

1525
### Java - Offline Mode (No Internet Required)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'io.github.vindecoder'
6-
version = '0.1.0'
6+
version = '2.1.0'
77

88
java {
99
sourceCompatibility = JavaVersion.VERSION_17

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.wal33d</groupId>
88
<artifactId>nhtsa-vin-decoder</artifactId>
9-
<version>0.1.0</version>
9+
<version>2.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>NHTSA VIN Decoder</name>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nhtsa-vin-decoder"
7-
version = "0.1.0"
7+
version = "2.1.0"
88
description = "World-class VIN decoder with comprehensive offline database (2,015+ WMI codes) and NHTSA vPIC API integration"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)