Skip to content

Commit 48f35de

Browse files
committed
Bump version to 0.5.0
Update the gem version from 0.4.0 to 0.5.0 in both the version file and Gemfile.lock to prepare for a new release.
1 parent 0fdc63c commit 48f35de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
jsonrpc-middleware (0.4.0)
4+
jsonrpc-middleware (0.5.0)
55
dry-validation (~> 1.11)
66
zeitwerk (~> 2.7)
77

lib/jsonrpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ module JSONRPC
1111
#
1212
# @return [String] The current version number
1313
#
14-
VERSION = '0.4.0'
14+
VERSION = '0.5.0'
1515
end

0 commit comments

Comments
 (0)