Skip to content

Commit

Permalink
Bump version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Aug 14, 2023
1 parent 3c09f06 commit dd17349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
We adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [1.4.1] - 2023-08-14

### Fixed
- Replace `EditorGUIUtility.whiteTexture` with build-friendly `Texture2D.whiteTexture`
Expand Down
2 changes: 1 addition & 1 deletion Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace Consolation
/// <summary>
/// A console to display Unity's debug logs in-game.
///
/// Version: 1.4.0
/// Version: 1.4.1
/// </summary>
public class Console : MonoBehaviour
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"keywords": ["console", "debug", "log", "logging"],
"name": "com.matthewminer.consolation",
"unity": "2017.1",
"version": "1.4.0"
"version": "1.4.1"
}

0 comments on commit dd17349

Please sign in to comment.