diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 779cdef1..b11761d1 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.1 + ruby-version: 3.0 bundler-cache: true - name: Install scraper dependencies run: bundle install diff --git a/CHANGELOG.md b/CHANGELOG.md index 2618aaac..8024a971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ 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 ba8d6cc6..04255786 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.39' + s.version = '2.0.38' 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 8bf09246..8ddce26f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ifsc", - "version": "2.0.39", + "version": "2.0.38", "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": {