Skip to content

Commit

Permalink
Bump version number to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Jul 17, 2023
1 parent 905666d commit e0d11ab
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 @@ -5,7 +5,7 @@ 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).

## Unreleased
## [1.4.0] - 2023-07-16

### Added
- Ability to view log stack trace
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.1
/// Version: 1.4.0
/// </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.1"
"version": "1.4.0"
}

0 comments on commit e0d11ab

Please sign in to comment.