diff --git a/Cargo.lock b/Cargo.lock index 3c55a18..c00e2f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "ctrlassist" -version = "0.3.0" +version = "0.4.0" dependencies = [ "ashpd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 435631d..70916ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ctrlassist" -version = "0.3.0" +version = "0.4.0" authors = ["ruffsl "] edition = "2024" rust-version = "1.91.1" diff --git a/README.md b/README.md index 02544ea..83eefaf 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ cargo install ctrlassist --force Download latest bundle from [releases page](https://github.com/ruffsl/ctrlassist/releases) and install: ```sh -export VERSION=v0.3.0 +export VERSION=v0.4.0 wget https://github.com/ruffsl/ctrlassist/releases/download/$VERSION/ctrlassist.flatpak flatpak install --user ctrlassist.flatpak ``` diff --git a/flatpak/io.github.ruffsl.ctrlassist.yml b/flatpak/io.github.ruffsl.ctrlassist.yml index 1944544..79c84fe 100644 --- a/flatpak/io.github.ruffsl.ctrlassist.yml +++ b/flatpak/io.github.ruffsl.ctrlassist.yml @@ -28,8 +28,8 @@ modules: sources: # - type: git # url: https://github.com/ruffsl/CtrlAssist.git - # tag: "v0.3.0" - # commit: "73e85e70e8e8d9263ac4019fa6042cb46f9d6091" + # tag: "v0.4.0" + # commit: "0000000000000000000000000000000000000000" - cargo-sources.json - type: dir path: ../