Commit 2b223fcd by Janko Marohnić

Bump to 1.0.0

There are no changes in this release, we just mark the library as stable.
parent 18e2e33f
...@@ -10,7 +10,7 @@ uploads. ...@@ -10,7 +10,7 @@ uploads.
Add the gem to your Gemfile: Add the gem to your Gemfile:
```rb ```rb
gem "uppy-s3_multipart", "~> 0.3" gem "uppy-s3_multipart", "~> 1.0"
``` ```
## Setup ## Setup
......
Gem::Specification.new do |gem| Gem::Specification.new do |gem|
gem.name = "uppy-s3_multipart" gem.name = "uppy-s3_multipart"
gem.version = "0.3.4" gem.version = "1.0.0"
gem.required_ruby_version = ">= 2.2" gem.required_ruby_version = ">= 2.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment