diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 5ce285a..6b92047 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1140,7 +1140,7 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "educartable-sync" -version = "1.2.0" +version = "1.2.1" dependencies = [ "async-trait", "keyring", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b33896e..2d30f90 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "educartable-sync" -version = "1.2.0" +version = "1.2.1" 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 5cbc8ec..434af8b 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.2.0", + "version": "1.2.1", "identifier": "net.bombfork.educartable-sync", "build": { "frontendDist": "../src"