From 61cb4688b40cdad2826d5e3800b6cc00de3708d3 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Mon, 29 May 2023 00:38:00 +0200 Subject: [PATCH] chore: bump version --- libs/common/src/version.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/common/src/version.json b/libs/common/src/version.json index 48372cfb..afe7a0fb 100644 --- a/libs/common/src/version.json +++ b/libs/common/src/version.json @@ -1 +1 @@ -{"version":"0.1.0"} \ No newline at end of file +{"version":"0.1.2"} \ No newline at end of file diff --git a/package.json b/package.json index 80129f20..71ff2ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pezzo", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "scripts": {}, "private": true,