Skip to content

Commit 4dfc15b

Browse files
author
Ron Dahlgren
committed
Bump version to 1.0.3
1 parent 8986a96 commit 4dfc15b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Other versions, such as Ruby 1.9, Ruby 2.x, and JRuby, are compatible with [lega
2222

2323
### Bundler
2424
```ruby
25-
gem 'serpapi', '~> 1.0', '>= 1.0.2'
25+
gem 'serpapi', '~> 1.0', '>= 1.0.3'
2626
```
2727

2828
### Gem

README.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Other versions, such as Ruby 1.9, Ruby 2.x, and JRuby, are compatible with [lega
4242

4343
### Bundler
4444
```ruby
45-
gem 'serpapi', '~> 1.0', '>= 1.0.2'
45+
gem 'serpapi', '~> 1.0', '>= 1.0.3'
4646
```
4747

4848
### Gem

lib/serpapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SerpApi
22
# Current version of the gem
3-
VERSION = '1.0.2'.freeze
3+
VERSION = '1.0.3'.freeze
44
end

0 commit comments

Comments
 (0)