diff --git a/Cargo.toml b/Cargo.toml index 86ec837..57dd32c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-form-data" description = "Multipart Form Data for Actix Web" -version = "0.1.1" +version = "0.1.2" license = "GPL-3.0" authors = ["asonix "] repository = "https://github.com/asonix/actix-multipart" diff --git a/README.md b/README.md index ce2cf51..a20b5ba 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add it to your dependencies. # Cargo.toml [dependencies] -actix-form-data = "0.1.1" +actix-form-data = "0.1.2" ``` Require it in your project. @@ -114,8 +114,8 @@ Feel free to open issues for anything you find an issue with. Please note that a Copyright © 2018 Riley Trautman -Tokio ZMQ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. +Actix Form Data is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. -Tokio ZMQ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of Tokio ZMQ. +Actix Form Data is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This file is part of Actix Form Data. -You should have received a copy of the GNU General Public License along with Tokio ZMQ. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/). +You should have received a copy of the GNU General Public License along with Actix Form Data. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).