Skip to content

Commit e0d11ab

Browse files
committed
Bump version number to 1.4.0
1 parent 905666d commit e0d11ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to Consolation will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66
We adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.4.0] - 2023-07-16
99

1010
### Added
1111
- Ability to view log stack trace

Console.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Consolation
1515
/// <summary>
1616
/// A console to display Unity's debug logs in-game.
1717
///
18-
/// Version: 1.3.1
18+
/// Version: 1.4.0
1919
/// </summary>
2020
public class Console : MonoBehaviour
2121
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"keywords": ["console", "debug", "log", "logging"],
55
"name": "com.matthewminer.consolation",
66
"unity": "2017.1",
7-
"version": "1.3.1"
7+
"version": "1.4.0"
88
}

0 commit comments

Comments
 (0)