Skip to content

Commit

Permalink
Update:v0.3.4
Browse files Browse the repository at this point in the history
Ignore:check_examples.sh
  • Loading branch information
Rinrin0413 committed Dec 17, 2022
1 parent 1ea9f36 commit aaeb1f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Cargo.lock
TODO.md
merge-dev.sh
.vscode/
check_examples.sh
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v0.3.4 2022-12-18

# v0.3.3 2022-12-12

# v0.3.2 2022-10-28
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tetr_ch"
description = "A library for the TETRA CHANNEL API."
version = "0.3.3"
version = "0.3.4"
authors = ["Rinrin.rs <rinrin0413.valley@gmail.com>"]
license-file = "LICENSE.md"
repository = "https://github.com/Rinrin0413/tetr-ch-rs.git"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
tetr_ch = "0.3.3"
tetr_ch = "0.3.4"
```

# Examples
Expand Down

0 comments on commit aaeb1f8

Please sign in to comment.