From b6a5ed0d0a5e6b270b6eb584bdb37d310fd0bce7 Mon Sep 17 00:00:00 2001 From: Richie McIlroy <33632126+richiemcilroy@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:48:03 +0100 Subject: [PATCH] version: 0.3.0-beta.3 --- Cargo.lock | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- apps/web/content/changelog/4.mdx | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 455009da..f02d0cae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1407,7 +1407,7 @@ dependencies = [ [[package]] name = "desktop" -version = "0.3.0-beta.2" +version = "0.3.0-beta.3" dependencies = [ "anyhow", "axum", diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 9a85b4a6..a132df2b 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop" -version = "0.3.0-beta.2" +version = "0.3.0-beta.3" description = "Beautiful, shareable screen recordings." authors = ["you"] edition = "2021" diff --git a/apps/web/content/changelog/4.mdx b/apps/web/content/changelog/4.mdx index bb507a93..8b1afbe1 100644 --- a/apps/web/content/changelog/4.mdx +++ b/apps/web/content/changelog/4.mdx @@ -1,9 +1,8 @@ - --- title: Performance Improvements, New Features & more app: Cap Desktop -publishedAt: "2024-09-30" -version: 0.3.0-beta.2 +publishedAt: "2024-10-01" +version: 0.3.0-beta.3 image: --- @@ -18,4 +17,4 @@ image: - Plan upgrade directly from the app - Fixed an issue where the app would crash sometimes after signing in - Fixed issue with audio exporting (syncing) -- Fixed ffmpeg memory leak issue \ No newline at end of file +- Fixed ffmpeg memory leak issue