Skip to content

Commit

Permalink
Merge pull request #52 from razorpay/version-bump-1.0.13
Browse files Browse the repository at this point in the history
version bump to 1.0.13
  • Loading branch information
patlola committed Jan 8, 2018
2 parents 91c59b8 + 1914f92 commit 00ce4bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ifsc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'ifsc'
s.version = '1.0.12'
s.date = '2017-11-20'
s.version = '1.0.13'
s.date = '2018-01-08'
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'
s.authors = ['Abhay Rana', 'Nihal Gonsalves']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifsc",
"version": "1.0.12",
"version": "1.0.13",
"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",
Expand Down

0 comments on commit 00ce4bd

Please sign in to comment.