From 4c6537a8447683dcb44411ec870524b20c7943fa Mon Sep 17 00:00:00 2001 From: David Inga Date: Wed, 23 Nov 2022 11:17:08 +0100 Subject: [PATCH] up to version v0.3.3 --- client/CHANGELOG.md | 2 +- client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 2a9907e16..6dc391383 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/). -## [v0.3.1] +## [v0.3.3] ### Added diff --git a/client/package.json b/client/package.json index c2a8148b6..51bd971aa 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "landgriffon-client", - "version": "0.3.1", + "version": "0.3.3", "private": true, "scripts": { "dev": "next dev",