Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

Commit

Permalink
Update the version inside the README and publish the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Peltoche committed Nov 6, 2018
1 parent 0902bdc commit 28085ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "./LICENSE"
name = "ical"
readme = "./README.md"
repository = "https://github.com/Peltoche/ical-rs"
version = "0.4.3"
version = "0.5.0"

[badges]

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Put this in your `Cargo.toml`:

```toml
[dependencies]
ical = "0.4.*"
ical = "0.5.*"
```


Expand Down Expand Up @@ -52,7 +52,7 @@ Each component can contains properties (ie: Property) or sub-components.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.4.*"
version = "0.5.*"
default-features = false
features = ["ical", "vcard"]
```
Expand Down Expand Up @@ -113,7 +113,7 @@ It work for both the Vcard and Ical format.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.4.*"
version = "0.5.*"
default-features = false
features = ["property"]
```
Expand Down Expand Up @@ -156,7 +156,7 @@ It work for both the Vcard and Ical format.
Cargo.toml:
```toml
[dependencies.ical]
version = "0.3.*"
version = "0.5.*"
default-features = false
features = ["line"]
```
Expand Down

0 comments on commit 28085ae

Please sign in to comment.