Skip to content

Commit

Permalink
release: bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtn1024 committed Sep 27, 2024
1 parent fdcfa87 commit b30007d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions CHANGELOG

This file was deleted.

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>Snowflake algorithm for Cangjie</p>
</div>
<p align="center">
<img alt="" src="https://img.shields.io/badge/release-v1.0.1-brightgreen" style="display: inline-block;" />
<img alt="" src="https://img.shields.io/badge/release-v1.1.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/snowflake4cj/actions/workflows/ci.yml/badge.svg" style="display: inline-block;" />
</p>
Expand All @@ -18,7 +18,7 @@ snowflake4cj is a snowflake algorithm implementation based on Cangjie.

```toml
# In the `dependencies` section of `cjpm.toml`
snowflake4cj = { git = "https://github.com/gtn1024/snowflake4cj.git", tag = "v1.0.1" }
snowflake4cj = { git = "https://github.com/gtn1024/snowflake4cj.git", tag = "1.1.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 = "1.0.1"
version = "1.1.0"
package-configuration = {}

0 comments on commit b30007d

Please sign in to comment.