diff options
| author | 2026-01-13 14:31:59 +0800 | |
|---|---|---|
| committer | 2026-01-13 14:31:59 +0800 | |
| commit | 8f07fe048474b0a33209b97896105dd8030fdf8a (patch) | |
| tree | 8ab4cdc68eb7fb3be4d51466dc9f8327c6b27d70 /src-tauri/Cargo.toml | |
| parent | f878efe456e8f5c557f2cde9d71f120f3e0b38cd (diff) | |
| download | DropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.tar.gz DropOut-8f07fe048474b0a33209b97896105dd8030fdf8a.zip | |
feat: bump version to 0.1.2 in Cargo.tomlv0.1.2
Diffstat (limited to 'src-tauri/Cargo.toml')
| -rw-r--r-- | src-tauri/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 53b84fd..5f96d14 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dropout" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] |