Skip to content

Commit dc2bf75

Browse files
committed
Update version
1 parent d718bed commit dc2bf75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/PatchKit Patcher/Scripts/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace PatchKit.Unity.Patcher
33
public static class Version
44
{
55
public const int Major = 3;
6-
public const int Minor = 14;
6+
public const int Minor = 15;
77
public const int Patch = 0;
88
public const int Hotfix = 0;
99

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [3.x.x.x]
7+
## [3.15.0.0]
88
### Added
99
- Caching application display name so it can be displayed in offline mode (#1350)
1010
- Caching application changelog so it can be displayed in offline mode (#1361)

0 commit comments

Comments
 (0)