From 7db2c06e2c06b9eb565a412ca80d2d8e63d10337 Mon Sep 17 00:00:00 2001 From: Josh Delsman Date: Mon, 9 May 2022 14:01:23 -0700 Subject: [PATCH] 0.4.2 --- README.md | 5 ++--- lib/opensrs/version.rb | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b713cc..d4fdad7 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,10 @@ If you have any bugs or feature requests for this gem, feel free to [open an iss ### Contributors (in order of appearance) -* [Joshua Delsman](http://github.com/voxxit) -* Glenn Roberts +See ["Contributors"](https://github.com/voxxit/opensrs/graphs/contributors) section of GitHub Insights. ### Copyright -Copyright (c) 2010-2021 Joshua Delsman. +Copyright (c) 2010-2022 Joshua Delsman. Distributed under the MIT license. See `LICENSE` for details. diff --git a/lib/opensrs/version.rb b/lib/opensrs/version.rb index 41fd55d..16c40cd 100644 --- a/lib/opensrs/version.rb +++ b/lib/opensrs/version.rb @@ -1,3 +1,3 @@ module OpenSRS - VERSION = '0.4.1'.freeze + VERSION = '0.4.2'.freeze end