Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Jul 28, 2022
1 parent 65e1b38 commit 8a19af9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to Consolation will be documented in this file.
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).

## [1.3.1] - 2022-07-27

### Fixed
- Support Unity's Input System package.

## [1.3.0] - 2022-02-08

### Added
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.3.0
/// Version: 1.3.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.3.0"
"version": "1.3.1"
}

0 comments on commit 8a19af9

Please sign in to comment.