From 5cf6fe0844eedea324af8ff57101c39aa44589c8 Mon Sep 17 00:00:00 2001 From: Kasper Date: Fri, 12 Nov 2021 01:28:19 +0100 Subject: [PATCH] Prepare for v1.0.0 --- README.md | 10 +++++----- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5db6dcf..f2bbe8b 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ - `npm run check`: Run svelte-check ### Release new version -1. Update `CHANGELOG.md` -2. Manually bump the version number in `src-tauri/Cargo.toml` -3. Check for errors and bump the `Cargo.lock` version number +1. Manually bump the version number in `src-tauri/Cargo.toml` +2. Check for errors and bump the `Cargo.lock` version number ``` cargo check --manifest-path src-tauri/Cargo.toml ``` -4. Dispatch the GitHub Release workflow and wait -5. Add release notes to the generated GitHub release and publish it +3. Dispatch the GitHub Release workflow and wait +4. Add release notes to the generated GitHub release and publish it +5. Update `CHANGELOG.md` diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 9d497a4..ff12266 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1622,7 +1622,7 @@ dependencies = [ [[package]] name = "kadium" -version = "0.1.0" +version = "1.0.0" dependencies = [ "atomicwrites", "chrono", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 89e21d5..609aaa6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kadium" -version = "0.1.0" +version = "1.0.0" description = "App for YouTube upload notifications" default-run = "kadium" edition = "2018"