File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Assets/PatchKit Patcher/Scripts Expand file tree Collapse file tree 2 files changed +2
-2
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 = 14 ;
6+ public const int Minor = 15 ;
77 public const int Patch = 0 ;
88 public const int Hotfix = 0 ;
99
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.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 )
You can’t perform that action at this time.
0 commit comments