From 2ad01adcf6e619cacc127ee1f08105d7618e16be Mon Sep 17 00:00:00 2001 From: Pascal Jacob Date: Mon, 1 Feb 2021 03:20:52 +0100 Subject: [PATCH] Bump version number to align package.json with realease tag --- Packages/de.peaj.selectionhistory/CHANGELOG.md | 4 ++++ Packages/de.peaj.selectionhistory/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Packages/de.peaj.selectionhistory/CHANGELOG.md b/Packages/de.peaj.selectionhistory/CHANGELOG.md index 0f469f6..7f2f8eb 100644 --- a/Packages/de.peaj.selectionhistory/CHANGELOG.md +++ b/Packages/de.peaj.selectionhistory/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1.1] - 2021-02-01 +### Fixed +- Updated package.json to have correct version number + ## [1.1.0] - 2021-02-01 This release greatly enhances the usability of the Selection History Window. diff --git a/Packages/de.peaj.selectionhistory/package.json b/Packages/de.peaj.selectionhistory/package.json index edd8a91..c1afd84 100644 --- a/Packages/de.peaj.selectionhistory/package.json +++ b/Packages/de.peaj.selectionhistory/package.json @@ -1,6 +1,6 @@ { "name": "de.peaj.selectionhistory", - "version": "1.1.0", + "version": "1.1.1", "displayName": "Selection History", "description": "Keeps track of previously selected objects and allows selecting previous/next objects", "unity": "2019.3",