diff --git a/CHANGELOG.md b/CHANGELOG.md index f27ffc0..c76679a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package are documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [2.1.0] - UNRELEASED +## [2.1.0] - 2024-06-14 ### Added diff --git a/package.json b/package.json index 383b9f6..eea1c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lmirman.rewiredglyphs", - "version": "2.0.1", + "version": "2.1.0", "displayName": "Rewired Glyphs", "description": "An expansion for Guavaman's Rewired Unity Asset that provides a simple to use API for showing input icons to the player at runtime based on their input method and bindings.", "hideInEditor": true,