Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley Trautman committed Jun 4, 2018
1 parent 40c2dd4 commit bcec67e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "actix-form-data"
description = "Multipart Form Data for Actix Web"
version = "0.2.0"
version = "0.2.1"
license = "GPL-3.0"
authors = ["asonix <asonix.dev@gmail.com>"]
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://github.com/asonix/actix-multipart"
readme = "README.md"
keywords = ["actix", "form-data", "multipart", "async"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Add it to your dependencies.

[dependencies]
actix-web = "0.6.0"
actix-form-data = "0.2.0"
actix-form-data = "0.2.1"
```

Require it in your project.
Expand Down

0 comments on commit bcec67e

Please sign in to comment.