diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index b11761d1..779cdef1 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: - ruby-version: 3.0 + ruby-version: 3.1 bundler-cache: true - name: Install scraper dependencies run: bundle install diff --git a/CHANGELOG.md b/CHANGELOG.md index 8024a971..2618aaac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED][unreleased] +## [2.0.39][2.0.39] +### Changed +- Metadata updates + ## [2.0.38][2.0.38] ### Changed - Metadata updates diff --git a/ifsc.gemspec b/ifsc.gemspec index 04255786..ba8d6cc6 100644 --- a/ifsc.gemspec +++ b/ifsc.gemspec @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = 'ifsc' - s.version = '2.0.38' + s.version = '2.0.39' s.date = '2022-10-28' s.summary = 'IFSC code database to help you validate IFSC codes' s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India' diff --git a/package.json b/package.json index 8ddce26f..8bf09246 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ifsc", - "version": "2.0.38", + "version": "2.0.39", "description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.", "main": "src/node/index.js", "directories": {