Skip to content

Commit f884f07

Browse files
authored
chore: bump version to 0.3.0 (#27)
* chore: bump version to 0.3.0 * bump in main
1 parent 7b00ad5 commit f884f07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

olsync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "olsync"
33
description = "CLI for synchronizing LaTeX projects between Overleaf and your local machine"
4-
version = "0.1.0"
4+
version = "0.3.0"
55
authors = ["Katzper Michno <[email protected]>"]
66
repository = "https://github.com/km1chno/overleaf-sync-rs"
77
edition = "2021"

olsync/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use std::path::PathBuf;
2828
#[tokio::main]
2929
async fn main() {
3030
let matches = Command::new("olsync")
31-
.version("0.1.0")
31+
.version("0.3.0")
3232
.author("Katzper Michno <[email protected]>")
3333
.about("CLI for synchronizing LaTeX projects between Overleaf and your local machine")
3434
.subcommand(Command::new("whoami").about("Print current session info"))

0 commit comments

Comments
 (0)