From 04d00301083962a49a5946f3c890d69ab6514d7e Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Fri, 8 Sep 2023 13:00:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20v1.31.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's International Literacy Day! Literacy is the bedrock foundation for so many skills and information that allow for full participation in society, so it's a crucial ability for everyone! But you know that, since you're reading this! --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/standard/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e523833..e08fda53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 1.31.1 * Updates rubocop to [1.52.2](https://github.com/rubocop/rubocop/releases/tag/v1.52.2) diff --git a/Gemfile.lock b/Gemfile.lock index d0a8ca38..c15ff32d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard (1.31.0) + standard (1.31.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.56.2) diff --git a/lib/standard/version.rb b/lib/standard/version.rb index 832ab2e6..c8271850 100644 --- a/lib/standard/version.rb +++ b/lib/standard/version.rb @@ -1,3 +1,3 @@ module Standard - VERSION = Gem::Version.new("1.31.0") + VERSION = Gem::Version.new("1.31.1") end