diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e5a891a..37c0b4b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "BikeControl", - "version": "0.1.0", + "version": "0.2.0", "identifier": "paris.tourolle.bikecontrol", "build": { "frontendDist": "../ui/dist", @@ -43,7 +43,7 @@ ], "category": "Utility", "android": { - "versionCode": 1100 + "versionCode": 1200 }, "shortDescription": "Indoor cycling trainer control", "longDescription": "Control a smart trainer over BLE, ride gradient profiles and synthetic waveforms, and record the result."