Skip to content

Commit b6e40a7

Browse files
authored
v0.5.4 (#246)
1 parent 4331990 commit b6e40a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@verbose-build
11+
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
1212
with:
1313
nimble-version: 6fe9d817a70a14fa57022a9cca46eb443ee5a040
1414
test-command: |

json_rpc.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
mode = ScriptMode.Verbose
1111

1212
packageName = "json_rpc"
13-
version = "0.5.2"
13+
version = "0.5.4"
1414
author = "Status Research & Development GmbH"
1515
description = "Ethereum remote procedure calls"
1616
license = "Apache License 2.0"

0 commit comments

Comments
 (0)