From 6258d1137ea0240bc558758eec755e1e92faeefe Mon Sep 17 00:00:00 2001 From: nothingismagick Date: Sat, 23 May 2020 17:21:42 +0200 Subject: [PATCH] chore(api): "version updates" (#614) bump api version --- tauri-api/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index abee7e758..d85819b89 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.5.0" +version = "0.5.1" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri.studio" @@ -32,4 +32,4 @@ tauri-utils = {version = "0.5", path = "../tauri-utils"} [dev-dependencies] quickcheck = "0.9.2" quickcheck_macros = "0.9.1" -totems = "0.2.7" \ No newline at end of file +totems = "0.2.7"