diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e83afa..25de456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +### v1.1.1 + +##### bugs and minor things + +- Add year and name to LICENSE + ### v1.1.0 ##### feature additions diff --git a/LICENSE b/LICENSE index 8aa2645..0757328 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) [year] [fullname] +Copyright (c) 2020 Jorge Luis Martinez Gomez Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/parsby/version.rb b/lib/parsby/version.rb index 929dd4e..20593c8 100644 --- a/lib/parsby/version.rb +++ b/lib/parsby/version.rb @@ -1,3 +1,3 @@ class Parsby - VERSION = "1.1.0" + VERSION = "1.1.1" end