Skip to content

Commit

Permalink
version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pianoopera committed Sep 19, 2024
1 parent 0d92e85 commit 6b551be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notion-swallow"
version = "0.3.3"
version = "0.3.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export NOTION_VERSION=2022-06-28
## Usage

```sh
notion-swallow 0.3.3
notion-swallow 0.3.5
teto <https://github.com/Pianoopera>
Output Notion API URLs

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use cmds::{

fn main() {
let mut app = Command::new("notion-swallow")
.version("0.3.3")
.version("0.3.5")
.author("teto <https://github.com/Pianoopera>")
.about("Output Notion API URLs")
.subcommands(vec![
Expand Down

0 comments on commit 6b551be

Please sign in to comment.