Skip to content

Commit

Permalink
Bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa committed Sep 9, 2015
1 parent 71a1b2f commit c8f032d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## CHANGE LOG

### v1.0.8
- URI encode '[]'

### v1.0.7
- 表单上传返回的信息不论是否设置了 `return-url`, 返回信息一致

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
`Gemfile` 中加入以下代码

```ruby
gem 'upyun', '~> 1.0.5'
gem 'upyun', '~> 1.0.8'
```

然后执行如下命令安装:
Expand Down
2 changes: 1 addition & 1 deletion lib/upyun/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Upyun
VERSION = "1.0.7"
VERSION = "1.0.8"
end

0 comments on commit c8f032d

Please sign in to comment.