Skip to content

Commit

Permalink
feat: Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doe committed Oct 15, 2023
1 parent 8b0be83 commit 7d0fd9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rongcloud-server-sdk (1.0.2)
rongcloud-server-sdk (1.1.0)
http (~> 5.0)

GEM
Expand All @@ -17,12 +17,12 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
ffi (1.15.5)
ffi (1.16.3)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
hashdiff (1.0.1)
http (5.1.0)
http (5.1.1)
addressable (~> 2.8)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/rongcloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RongCloud
VERSION = "1.0.2"
VERSION = "1.1.0"
end

0 comments on commit 7d0fd9a

Please sign in to comment.