From 96aecadbe32df5d2cc67fa4832f91c8a37f08723 Mon Sep 17 00:00:00 2001 From: Thomas Nemer Date: Mon, 9 Feb 2026 21:02:20 +0100 Subject: [PATCH] chore: bump version to 1.2.0 --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 31d6beb..5ce285a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1140,7 +1140,7 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "educartable-sync" -version = "1.1.0" +version = "1.2.0" dependencies = [ "async-trait", "keyring", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7f17c5a..b33896e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "educartable-sync" -version = "1.1.0" +version = "1.2.0" description = "Synchronisation de photos depuis Educartable" authors = ["Thomas Nemer"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index feeaeda..5cbc8ec 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": "educartable-sync", - "version": "1.1.0", + "version": "1.2.0", "identifier": "net.bombfork.educartable-sync", "build": { "frontendDist": "../src"