Skip to content

Commit e1dbd87

Browse files
committed
bump versions to v0.1.1
1 parent 3d7ae49 commit e1dbd87

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notion-async"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "A notion sync tool, in `async` style."

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A notion sync tool, in `async` style.
44

5+
![screenshot](images/screenshot.png)
6+
57
## Usage
68

79
Just set the following environment variables (`.env` file is also supported):

images/screenshot.png

196 KB
Loading

notion-async-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notion-async-api"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
license-file = "LICENSE"
66
description = "A notion client api, in `async` style."

0 commit comments

Comments
 (0)