Skip to content

Commit 7a31084

Browse files
committed
Release v0.1.0
1 parent 107b1da commit 7a31084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "seeyou-cupx"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "A Rust library for parsing and writing SeeYou CUPX files, commonly used in aviation and gliding for waypoints with attached pictures"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/Turbo87/seeyou-cupx-rs"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add this to your `Cargo.toml`:
1010

1111
```toml
1212
[dependencies]
13-
seeyou-cupx = "0.0.1"
13+
seeyou-cupx = "0.1.0"
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)