diff --git a/README.md b/README.md index 10cc257..468f391 100644 --- a/README.md +++ b/README.md @@ -87,4 +87,4 @@ TODO: Write development instructions here ## Contributors -- [your-github-user](https://github.com/dstull) Doug Stull - creator, maintainer +- [dstull](https://github.com/dstull) Doug Stull - creator, maintainer diff --git a/src/csv2json_cr/version.cr b/src/csv2json_cr/version.cr index 6fda90b..9286394 100644 --- a/src/csv2json_cr/version.cr +++ b/src/csv2json_cr/version.cr @@ -1,3 +1,3 @@ module Csv2jsonCr - VERSION = "0.1.0" + VERSION = "0.2.0" end