From 09a0d5e776cf292250318519393aec4cbb2253e7 Mon Sep 17 00:00:00 2001 From: Luke Mirman Date: Thu, 30 May 2024 21:56:17 -0400 Subject: [PATCH] 1.5.0 Release --- CHANGELOG.md | 2 +- LICENSE.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921b9a4..7935873 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). -## [1.5.0] - UNRELEASED +## [1.5.0] - 2024-05-30 ### Added diff --git a/LICENSE.md b/LICENSE.md index c135ca8..662ffdd 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Luke Mirman +Copyright (c) 2024 Luke Mirman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index da521fc..fb9a95a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.lmirman.rewiredglyphs", - "version": "1.4.0", + "version": "1.5.0", "displayName": "Rewired Input 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,