From 631f0d8b2fcc3427d8c8765883a23f6bcd61cfd4 Mon Sep 17 00:00:00 2001 From: Emulator000 Date: Fri, 25 Sep 2020 16:33:07 +0200 Subject: Updated version informations and authors --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93c214a..d725e0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "pdf_form" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "derive-error 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d85dda5..15e3f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pdf_form" -version = "0.2.0" -authors = ["Jake "] +version = "0.3.0" +authors = ["Jake ", "Malte ", "Emulator000 "] readme = "README.md" keywords = ["pdf", "form"] description = "A library for programatically filling out pdf forms" -- cgit v1.2.3