File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
716716Please 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).
Original file line number Diff line number Diff line change 11module ImageKitIo
22 module Sdk
3- VERSION = '2.0.0 '
3+ VERSION = '2.0.1 '
44 end
55end
You can’t perform that action at this time.
0 commit comments