diff --git a/Cargo.lock b/Cargo.lock index 3b4b46d..0c0e118 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "notion-into-sqlite" -version = "0.1.0" +version = "0.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1307cfd..cfaf15b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notion-into-sqlite" -version = "0.1.0" +version = "0.1.2" description = "Download your Notion's database and save it locally into SQLite" edition = "2021" license-file = "LICENSE"