Skip to content

Commit 1787be7

Browse files
authored
Merge pull request #6 from imagekit-developer/fix-gemspec
build: version changing to 1.0.3
2 parents 267cc4f + b1a3bd7 commit 1787be7

File tree

3 files changed

+4
-179
lines changed

3 files changed

+4
-179
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ test/dummy/tmp/
1010
.vscode
1111
public/uploads/
1212
config/master.key
13-
.DS_Store
13+
.DS_Store
14+
Gemfile.lock
15+
**/Gemfile.lock

Gemfile.lock

Lines changed: 0 additions & 177 deletions
This file was deleted.

lib/imagekit/sdk/version.rb

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

0 commit comments

Comments
 (0)