Skip to content

Commit 090e867

Browse files
committed
Merge pull request #55 from pagseguro/update-readme
Update version 2.1.0
2 parents 87899d3 + 9977f46 commit 090e867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A biblioteca PagSeguro em Ruby é um conjunto de classes de domínio que facilit
2626
- Adicione a biblioteca ao seu Gemfile.
2727

2828
```ruby
29-
gem "pagseguro-oficial", "~> 2.0.8"
29+
gem "pagseguro-oficial", "~> 2.1.0"
3030
```
3131

3232
- Execute o comando `bundle install`.

lib/pagseguro/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PagSeguro
2-
VERSION = "2.0.8"
2+
VERSION = "2.1.0"
33
end

0 commit comments

Comments
 (0)