We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87899d3 + 9977f46 commit 090e867Copy full SHA for 090e867
README.md
@@ -26,7 +26,7 @@ A biblioteca PagSeguro em Ruby é um conjunto de classes de domínio que facilit
26
- Adicione a biblioteca ao seu Gemfile.
27
28
```ruby
29
-gem "pagseguro-oficial", "~> 2.0.8"
+gem "pagseguro-oficial", "~> 2.1.0"
30
```
31
32
- Execute o comando `bundle install`.
lib/pagseguro/version.rb
@@ -1,3 +1,3 @@
1
module PagSeguro
2
- VERSION = "2.0.8"
+ VERSION = "2.1.0"
3
end
0 commit comments