File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Assets/PatchKit Patcher/Scripts Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and 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 )
You can’t perform that action at this time.
0 commit comments