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"