Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtn1024 committed Jan 10, 2025
1 parent b56f604 commit e95fcf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>A Cangjie library to load environment variables from <code>.env</code>.</p>
</div>
<p align="center">
<img alt="" src="https://img.shields.io/badge/release-v0.1.0-brightgreen" style="display: inline-block;" />
<img alt="" src="https://img.shields.io/badge/release-v0.2.0-brightgreen" style="display: inline-block;" />
<img alt="" src="https://img.shields.io/badge/cjc-v0.55.3-brightgreen" style="display: inline-block;" />
<img alt="" src="https://github.com/gtn1024/cjdotenv/actions/workflows/ci.yml/badge.svg" style="display: inline-block;" />
<img alt="" src="https://wakatime.com/badge/user/e6f96ccc-06db-4ccd-b529-315ffa2a1082/project/b0d15d47-129c-4873-99a3-19750e2c55db.svg" style="display: inline-block;" />
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cjpm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
override-compile-option = ""
src-dir = ""
target-dir = ""
version = "0.1.0"
version = "0.2.0"
package-configuration = {}

0 comments on commit e95fcf8

Please sign in to comment.