Skip to content

Commit

Permalink
bump versions to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mindeng committed Sep 4, 2024
1 parent 3d7ae49 commit e1dbd87
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-async"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
description = "A notion sync tool, in `async` style."
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A notion sync tool, in `async` style.

![screenshot](images/screenshot.png)

## Usage

Just set the following environment variables (`.env` file is also supported):
Expand Down
Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion notion-async-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "notion-async-api"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE"
description = "A notion client api, in `async` style."
Expand Down

0 comments on commit e1dbd87

Please sign in to comment.