Skip to content

Commit d959699

Browse files
committed
version bump
1 parent 59f1e3e commit d959699

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Table of contents -
2020
* [File Management](#File-Management)
2121
* [Utility Functions](#Utility-functions)
2222
* [Sample applications](#Sample-Application)
23-
* [Upgrade to 2.0.0](#upgrade-to-2.0.0)
23+
* [Upgrade to 2.x](#upgrade-to-2.x)
2424
* [Support](#Support)
2525
* [Links](#Links)
2626

@@ -715,9 +715,9 @@ There are three sample apps:
715715

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

718-
## Upgrade to 2.0.0
718+
## Upgrade to 2.x
719719

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

722722
- Remove config from environment file to initializer file as described [here](#Initialization).
723723
- Include `ImageKitIo::CarrierWave` in uploader class(for Carrierwave).

lib/imagekitio/sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ImageKitIo
22
module Sdk
3-
VERSION = '2.0.0'
3+
VERSION = '2.0.1'
44
end
55
end

0 commit comments

Comments
 (0)