Skip to content

Commit be20daa

Browse files
committed
Travis update: Jul 2025 (Build 926)
[skip ci]
1 parent f77ef8f commit be20daa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
- bundle install --path vendor/bundle
1414
- bundle exec rspec
1515
- gem build messente_api.gemspec
16-
- gem install ./messente_api-2.4.0.gem
16+
- gem install ./messente_api-2.4.1.gem
1717

1818
deploy:
1919
provider: rubygems

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Messente API Library
22

33
- Messente API version: 2.0.0
4-
- Ruby gem version: 2.4.0
4+
- Ruby gem version: 2.4.1
55

66
[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world.
77

lib/messente_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module MessenteApi
14-
VERSION = '2.4.0'
14+
VERSION = '2.4.1'
1515
end

0 commit comments

Comments
 (0)