From dc0ee81b93b81b236d4fd9e3e5261e16c9ff7f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Mon, 8 Mar 2021 21:26:19 +0100 Subject: [PATCH] update license year --- LICENSE | 2 +- README.md | 5 +++++ lib/lexorank/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index b68378d..6ec6ac7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Richard Böhme +Copyright (c) 2021 Richard Böhme 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/README.md b/README.md index 61f58c3..559fc21 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,11 @@ Bug reports and pull requests are highly welcomed and appreciated. This project ## Changelog +### 0.1.1 + +* Update license year +* Let rubygems be happy to have an updated version + ### 0.1.0 *Initial Release* diff --git a/lib/lexorank/version.rb b/lib/lexorank/version.rb index 31ea188..86dbdd2 100644 --- a/lib/lexorank/version.rb +++ b/lib/lexorank/version.rb @@ -1,3 +1,3 @@ module Lexorank - VERSION = '0.1.0' + VERSION = '0.1.1' end