Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
manu4543 committed Dec 10, 2021
1 parent 59f1e3e commit d959699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Table of contents -
* [File Management](#File-Management)
* [Utility Functions](#Utility-functions)
* [Sample applications](#Sample-Application)
* [Upgrade to 2.0.0](#upgrade-to-2.0.0)
* [Upgrade to 2.x](#upgrade-to-2.x)
* [Support](#Support)
* [Links](#Links)

Expand Down Expand Up @@ -715,9 +715,9 @@ There are three sample apps:

Please see the sample applications in [here](https://github.com/imagekit-samples/quickstart).

## Upgrade to 2.0.0
## Upgrade to 2.x

If you are upgrading to 2.0.0 from version 1.x, make the following changes in your application:
If you are upgrading to 2.x from version 1.x, make the following changes in your application:

- Remove config from environment file to initializer file as described [here](#Initialization).
- Include `ImageKitIo::CarrierWave` in uploader class(for Carrierwave).
Expand Down
2 changes: 1 addition & 1 deletion lib/imagekitio/sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ImageKitIo
module Sdk
VERSION = '2.0.0'
VERSION = '2.0.1'
end
end

0 comments on commit d959699

Please sign in to comment.