From 5c50f41e1f7644f2c01755e57d3f6bc51af1b06e Mon Sep 17 00:00:00 2001 From: Jorge Luis Martinez Gomez Date: Fri, 25 Sep 2020 23:22:18 -0700 Subject: [PATCH 1/2] add year and name to license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3b6124582a2bd0196d3e4139db3ab1f72955fa61 Mon Sep 17 00:00:00 2001 From: Jorge Luis Martinez Gomez Date: Fri, 25 Sep 2020 23:23:56 -0700 Subject: [PATCH 2/2] increase version --- CHANGELOG.md | 6 ++++++ lib/parsby/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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/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