From dabc473da5c006c247ab72eccd82fd615cb496bd Mon Sep 17 00:00:00 2001 From: Etienne Donneger Date: Fri, 30 Aug 2024 14:45:44 -0400 Subject: [PATCH] Bump version --- README.md | 2 +- package.json | 2 +- src/typespec/openapi3.tsp | 2 +- static/@typespec/openapi3/openapi.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 908afc1..cd55daa 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,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.1.0/antelope-transactions-api +$ wget https://github.com/pinax-network/antelope-transactions-api/releases/download/v0.2.0/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 c482fdc..9f517e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antelope-transactions-api", "description": "Transactions information from the Antelope blockchains", - "version": "0.1.0", + "version": "0.2.0", "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 e911e30..3e28151 100644 --- a/src/typespec/openapi3.tsp +++ b/src/typespec/openapi3.tsp @@ -12,7 +12,7 @@ using TypeSpec.OpenAPI; name: "MIT", url: "https://github.com/pinax-network/antelope-transactions-api/blob/75db1c61477ac7ea5e56f775cefe54875af953d4/LICENSE" }, - version: "0.1.0" + version: "0.2.0" }) // 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 5ff27e6..59493a7 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.1.0" + "version": "0.2.0" }, "tags": [ {