Skip to content

Commit 646bde7

Browse files
committed
Bump version
1 parent 6a3cb70 commit 646bde7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

src/CefBrowser/Runtime/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
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")]

src/CefBrowser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)