Skip to content

Commit d42e0a5

Browse files
committed
update readme and cargo for version up
1 parent a8b3949 commit d42e0a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
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 = "tzt"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT"
66
description = "simple command-line utility that converts a given time from one timezone to another."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To install the binary, you can use the following command.
7070
```bash
7171
sudo curl -L -o \
7272
/usr/local/bin/tzt \
73-
https://github.com/shunsock/timezone_translator/releases/download/v0.1.0/timezone_translator &&\
73+
https://github.com/shunsock/timezone_translator/releases/download/v0.3.0/timezone_translator &&\
7474
sudo chmod +x /usr/local/bin/tzt
7575
```
7676

0 commit comments

Comments
 (0)