File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.6.1] - 2021-06-06
10+ ### Changed
11+ - Updated package dependencies
12+ - See updated README to see what you also need to install now.
13+
14+ ### Fixed
15+ - Fixed compile error when using new input system.
16+
917## [ 1.6.0] - 2021-06-05
1018### Changed
1119- Move to [ MessagePack] ( https://github.com/neuecc/MessagePack-CSharp ) for faster serialization.
Original file line number Diff line number Diff line change 2828// You can specify all the values or you can default the Build and Revision Numbers
2929// by using the '*' as shown below:
3030// [assembly: AssemblyVersion("1.0.*")]
31- [ assembly: AssemblyVersion ( "1.6.0 " ) ]
32- [ assembly: AssemblyFileVersion ( "1.6.0 " ) ]
31+ [ assembly: AssemblyVersion ( "1.6.1 " ) ]
32+ [ assembly: AssemblyFileVersion ( "1.6.1 " ) ]
Original file line number Diff line number Diff line change 11{
22 "name" : " dev.voltstro.unitywebbrowser" ,
33 "displayName" : " Unity Web Browser" ,
4- "version" : " 1.6.0 " ,
4+ "version" : " 1.6.1 " ,
55 "unity" : " 2020.3" ,
66 "description" : " Functional web browser in Unity without any issues or hassle." ,
77 "author" : " Voltstro" ,
You can’t perform that action at this time.
0 commit comments