diff --git a/README.md b/README.md index 52d647e..d25c865 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

A Cangjie library to load environment variables from .env.

- + @@ -19,7 +19,7 @@ CjDotEnv 是一个用来从 `.env` 文件中加载环境变量的仓颉库。 ```toml # In the `dependencies` section of `cjpm.toml` -cjdotenv = { git = "https://github.com/gtn1024/cjdotenv.git", tag = "0.1.0" } +cjdotenv = { git = "https://github.com/gtn1024/cjdotenv.git", tag = "0.2.0" } ``` ## 使用 / Usage diff --git a/cjpm.toml b/cjpm.toml index cecf674..d59d2f4 100644 --- a/cjpm.toml +++ b/cjpm.toml @@ -10,5 +10,5 @@ override-compile-option = "" src-dir = "" target-dir = "" - version = "0.1.0" + version = "0.2.0" package-configuration = {}