Skip to content

Commit

Permalink
update version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chloerei committed Jul 26, 2023
1 parent 9d0b489 commit f1c30b9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master

Newer release changelog, see https://github.com/chloerei/alipay/releases

## v0.16.0 (2020-05-15)

- Support certificate signature, thanks @moohao #92
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To install using [Bundler](http://bundler.io/). Add this line to your
application's Gemfile:

```ruby
gem 'alipay', '~> 0.15.1'
gem 'alipay'
```

Then run:
Expand All @@ -22,7 +22,7 @@ $ bundle

Or you can manually install using [RubyGems](http://rubygems.org/):
```bash
$ gem install alipay -v 0.15.1
$ gem install alipay
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion doc/legacy_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Alipay official document: https://b.alipay.com/order/techService.htm .
Add this line to your application's Gemfile:

```ruby
gem 'alipay', '~> 0.14.0'
gem 'alipay'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/alipay/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Alipay
VERSION = "0.16.0"
VERSION = "0.17.0"
end

0 comments on commit f1c30b9

Please sign in to comment.