From e48128749d1d938404963883c4f2f17d38ecf0f0 Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Mon, 23 Sep 2024 15:05:23 -0400 Subject: [PATCH] update release --- README.md | 2 +- package.json | 2 +- src/typespec/openapi3.tsp | 2 +- static/@typespec/openapi3/openapi.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4c17a1d..fe5f045 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ echo "CREATE DATABASE eos_transactions_v1 ON CLUSTER " | clickhouse cli > Linux x86 only ```console -$ wget https://github.com/pinax-network/antelope-transactions-api/releases/download/v0.3.0/antelope-transactions-api +$ wget https://github.com/pinax-network/antelope-transactions-api/releases/download/v0.3.1/antelope-transactions-api $ chmod +x ./antelope-transactions-api $ ./antelope-transactions-api --help Usage: antelope-transactions-api [options] diff --git a/package.json b/package.json index 622fe00..13c8f6d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antelope-transactions-api", "description": "Transactions information from the Antelope blockchains", - "version": "0.3.0", + "version": "0.3.1", "homepage": "https://github.com/pinax-network/antelope-transactions-api", "license": "MIT", "authors": [ diff --git a/src/typespec/openapi3.tsp b/src/typespec/openapi3.tsp index 5c8b7c7..f823bd9 100644 --- a/src/typespec/openapi3.tsp +++ b/src/typespec/openapi3.tsp @@ -14,7 +14,7 @@ using TypeSpec.OpenAPI; name: "MIT", url: "https://github.com/pinax-network/antelope-transactions-api/blob/75db1c61477ac7ea5e56f775cefe54875af953d4/LICENSE", }, - version: "0.3.0", + version: "0.3.1", }) // From @typespec/openapi //@server("https://eos.api.pinax.network/v1", "EOS V1 Api Endpoint") namespace AntelopeTransactionsApi; diff --git a/static/@typespec/openapi3/openapi.json b/static/@typespec/openapi3/openapi.json index 1c3bcc2..d6b68b7 100644 --- a/static/@typespec/openapi3/openapi.json +++ b/static/@typespec/openapi3/openapi.json @@ -7,7 +7,7 @@ "name": "MIT", "url": "https://github.com/pinax-network/antelope-transactions-api/blob/75db1c61477ac7ea5e56f775cefe54875af953d4/LICENSE" }, - "version": "0.3.0" + "version": "0.3.1" }, "tags": [ { @@ -1877,4 +1877,4 @@ } } } -} +} \ No newline at end of file