Skip to content

Commit

Permalink
Merge pull request #324 from HathorNetwork/dev
Browse files Browse the repository at this point in the history
Release v0.16.1
  • Loading branch information
pedroferreira1 committed Apr 19, 2024
2 parents 7901ae0 + 9591bd4 commit 9bb9123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hathor-explorer-service",
"version": "0.16.0",
"version": "0.16.1",
"description": "Hathor Explorer Service Serverless deps",
"dependencies": {
"@apidevtools/swagger-cli": "^4.0.4",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hathor-explorer-service"
version = "0.16.0"
version = "0.16.1"
description = ""
authors = ["Hathor Labs <contact@hathor.network>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ functions:
- name: request.querystring.count
- name: request.header.origin

node_api_nc_blueprint_information:
node_api_nc_blueprint_info:
handler: handlers/node_api.nc_blueprint_information
maximumRetryAttempts: 0
package:
Expand Down

0 comments on commit 9bb9123

Please sign in to comment.