Skip to content

Commit 9e0485b

Browse files
authored
Merge pull request #2 from Shopify/atesgoral/0_1_0
v0.1.0
2 parents edc8965 + 146bb4b commit 9e0485b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Unreleased
2+
3+
# 0.1.0
4+
5+
Initial release

lib/json_rpc_handler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JsonRpcHandler
4-
VERSION = '0.0.0'
4+
VERSION = '0.1.0'
55
end

0 commit comments

Comments
 (0)