diff --git a/CHANGELOG.md b/CHANGELOG.md index 4324bcb..c998e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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/spec/v2.0.0.html). +## [0.3.1] - 2023-12-12 +- Fixed link associated with logo on mobile platforms + ## [0.3.0] - 2023-11-13 - Updated environment configurations to account for SIPS-TEST deployments diff --git a/package.json b/package.json index 761bce5..4e80167 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unity-ui", "private": true, - "version": "0.3.0", + "version": "0.3.1", "type": "module", "scripts": { "dev": "vite", diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 4ce92fe..4625067 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -93,6 +93,7 @@ export default function Navbar() { min={800} > } title="Unity" version={uiVersion}