Skip to content

Commit

Permalink
chore: bump version to 0.3.0 (#27)
Browse files Browse the repository at this point in the history
* chore: bump version to 0.3.0

* bump in main
  • Loading branch information
km1chno authored Aug 27, 2024
1 parent 7b00ad5 commit f884f07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion olsync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "olsync"
description = "CLI for synchronizing LaTeX projects between Overleaf and your local machine"
version = "0.1.0"
version = "0.3.0"
authors = ["Katzper Michno <katzper.michno@gmail.com>"]
repository = "https://github.com/km1chno/overleaf-sync-rs"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion olsync/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use std::path::PathBuf;
#[tokio::main]
async fn main() {
let matches = Command::new("olsync")
.version("0.1.0")
.version("0.3.0")
.author("Katzper Michno <katzper.michno@gmail.com>")
.about("CLI for synchronizing LaTeX projects between Overleaf and your local machine")
.subcommand(Command::new("whoami").about("Print current session info"))
Expand Down

0 comments on commit f884f07

Please sign in to comment.