Skip to content

Commit d2f5175

Browse files
author
kriptoburak
committed
chore: prepare v0.4.5
1 parent b481534 commit d2f5175

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.4"
2+
".": "0.4.5"
33
}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
x-twitter-scraper (0.4.4)
14+
x-twitter-scraper (0.4.5)
1515
base64 (~> 0.3)
1616
cgi (~> 0.5)
1717
connection_pool (~> 2.5)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To use this gem, install via Bundler by adding the following to your application
2525
<!-- x-release-please-start-version -->
2626

2727
```ruby
28-
gem "x-twitter-scraper", "~> 0.4.4"
28+
gem "x-twitter-scraper", "~> 0.4.5"
2929
```
3030

3131
<!-- x-release-please-end -->

lib/x_twitter_scraper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module XTwitterScraper
4-
VERSION = "0.4.4"
4+
VERSION = "0.4.5"
55
end

0 commit comments

Comments
 (0)