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