We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b00ad5 commit f884f07Copy full SHA for f884f07
olsync/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "olsync"
3
description = "CLI for synchronizing LaTeX projects between Overleaf and your local machine"
4
-version = "0.1.0"
+version = "0.3.0"
5
authors = ["Katzper Michno <[email protected]>"]
6
repository = "https://github.com/km1chno/overleaf-sync-rs"
7
edition = "2021"
olsync/src/main.rs
@@ -28,7 +28,7 @@ use std::path::PathBuf;
28
#[tokio::main]
29
async fn main() {
30
let matches = Command::new("olsync")
31
- .version("0.1.0")
+ .version("0.3.0")
32
.author("Katzper Michno <[email protected]>")
33
.about("CLI for synchronizing LaTeX projects between Overleaf and your local machine")
34
.subcommand(Command::new("whoami").about("Print current session info"))
0 commit comments