Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Mar 31, 2021
1 parent aef36cd commit 237f8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use [version 1.0.0](https://github.com/jetruby/apollo_upload_server-ruby/tree/1.
Add this line to your application's Gemfile:

```ruby
gem 'apollo_upload_server', '2.0.3'
gem 'apollo_upload_server', '2.0.4'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/apollo_upload_server/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ApolloUploadServer
VERSION = '2.0.3'.freeze
VERSION = '2.0.4'.freeze
end

0 comments on commit 237f8b2

Please sign in to comment.