Skip to content

Commit 8ebe274

Browse files
committed
Update changelog and version
1 parent 2186661 commit 8ebe274

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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 = 12;
6+
public const int Minor = 13;
77
public const int Release = 0;
88

99
public static string Value

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.13.0]
8+
### Added
9+
- Speed up unpacking app data with multithreading (#1270)
10+
711
## [3.12.0]
812
### Added
913
- Support for newer versions of Unity (#1191)

0 commit comments

Comments
 (0)