diff --git a/README.md b/README.md index fa2e444..22af1f2 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ for converting data into other types and a Validator object which can be used to validate the data. Forms is framework-agnostic and works directly with the http package. -Version 0.1.0 +Version 0.3.2 Development Status diff --git a/doc.go b/doc.go index 3a1a2c7..eb4e113 100755 --- a/doc.go +++ b/doc.go @@ -12,5 +12,5 @@ // For the full source code, example usage, and more, visit // https://github.com/albrow/forms. // -// Version 0.1.0 +// Version 0.3.2 package forms