Skip to content

Commit 347fcb2

Browse files
authored
Merge pull request #5 from Shopify/atesgoral/0_1_1
v0.1.1
2 parents 49c1f22 + a51d8ce commit 347fcb2

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
# 0.1.1
4+
35
- Fix repo URL!
46

57
# 0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json_rpc_handler
22

3-
[![Gem (including prereleases)](https://img.shields.io/gem/v/json_rpc_handler?0.1.0)](https://rubygems.org/gems/json_rpc_handler)
3+
[![Gem (including prereleases)](https://img.shields.io/gem/v/json_rpc_handler?0.1.1)](https://rubygems.org/gems/json_rpc_handler)
44
[![CI](https://github.com/Shopify/json-rpc-handler/actions/workflows/ci.yml/badge.svg)](https://github.com/Shopify/json-rpc-handler/actions/workflows/ci.yml)
55

66
A lightweight, fully spec-compliant [JSON-RPC 2.0][1] handler.

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.1.0'
4+
VERSION = '0.1.1'
55
end

0 commit comments

Comments
 (0)