diff --git a/src/models/Device.ts b/src/models/Device.ts index 1284d1b..115f199 100644 --- a/src/models/Device.ts +++ b/src/models/Device.ts @@ -73,11 +73,11 @@ const featureVersions: Map = new Map([ v2Cell: "N/A", v2WifiS3: "N/A", v2CellS3: "N/A", - v2CellBlack: "2.1.9", + v2CellBlack: "2.1.10", v2CellGreen: "N/A", - v2WifiBlue: "2.1.9", - v2CellBlue: "2.1.9", - v2EthBlue: "2.1.9" + v2WifiBlue: "2.1.10", + v2CellBlue: "2.1.10", + v2EthBlue: "2.1.10" } ] ]);