We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 267cc4f + b1a3bd7 commit 1787be7Copy full SHA for 1787be7
.gitignore
@@ -10,4 +10,6 @@ test/dummy/tmp/
10
.vscode
11
public/uploads/
12
config/master.key
13
-.DS_Store
+.DS_Store
14
+Gemfile.lock
15
+**/Gemfile.lock
Gemfile.lock
lib/imagekit/sdk/version.rb
@@ -1,5 +1,5 @@
1
module Imagekit
2
module Sdk
3
- VERSION = '1.0.0'
+ VERSION = '1.0.3'
4
end
5
0 commit comments