From c2e8d468266de8f5ab969a4c782695e15fbc6604 Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Thu, 6 Jul 2023 09:19:40 -0700 Subject: [PATCH] Bump version to v0.12.1 --- package.json | 4 ++-- ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 49f54b9..fd4aa2f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bbdb", - "version": "0.12.0", - "description": "For UI submodule, a `.env.production` file is required, and should contain the following. These values are used at compile time. This should be placed in the bbdb root directory", + "version": "0.12.1", + "description": "", "scripts": {}, "keywords": [], "author": "", diff --git a/ui/package.json b/ui/package.json index a5446cd..8123043 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "babygramz", "private": true, - "version": "0.12.0", + "version": "0.12.1", "type": "module", "scripts": { "dev": "vite --host",