From e4dadde2fa7cf03aadc63f6f0008c61fb5ababb6 Mon Sep 17 00:00:00 2001 From: Denis Carriere Date: Thu, 7 Mar 2024 14:33:26 -0500 Subject: [PATCH] bump version --- package.json | 2 +- version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3da77b1..303c0ba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.11", + "version": "0.2.12", "name": "substreams-sink-csv", "description": "Substreams Sink CSV", "type": "module", diff --git a/version.ts b/version.ts index 884009d..782a27b 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.2.11"; \ No newline at end of file +export const version = "0.2.12"; \ No newline at end of file