Skip to content

Commit

Permalink
🔖 VERSION 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chsxf committed Jul 1, 2021
1 parent 9208816 commit d607cd6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [1.2.1] - 2021-07-01

### Fixed

- Settings to be correctly loaded

## [1.2.0] - 2021-06-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Editor/AutoSceneSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace chsxf
[Serializable]
public class AutoSceneSettings
{
public const string VERSION = "1.2.0";
public const string VERSION = "1.2.1";

[SerializeField] private string version = VERSION;
public string Version { get { return version; } }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.chsxf.autoscene",
"version": "1.2.0",
"version": "1.2.1",
"displayName": "AutoScene",
"description": "AutoScene allows you to work on your Unity scene setup in the editor while loading a specific scene when entering Play mode.",
"unity": "2018.4",
Expand Down

0 comments on commit d607cd6

Please sign in to comment.