diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e68ebce..29b3d78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@verbose-build + uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main with: nimble-version: 6fe9d817a70a14fa57022a9cca46eb443ee5a040 test-command: | diff --git a/json_rpc.nimble b/json_rpc.nimble index dba3677..05e14bf 100644 --- a/json_rpc.nimble +++ b/json_rpc.nimble @@ -10,7 +10,7 @@ mode = ScriptMode.Verbose packageName = "json_rpc" -version = "0.5.2" +version = "0.5.4" author = "Status Research & Development GmbH" description = "Ethereum remote procedure calls" license = "Apache License 2.0"