Skip to content

Commit b0f06f2

Browse files
committed
Bump version
1 parent d03d83d commit b0f06f2

File tree

8 files changed

+26
-13
lines changed

8 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.2] - 2023-05-29
8+
9+
### Added
10+
11+
- Added initial IME support
12+
13+
### Changed
14+
15+
- Updated deps
16+
- Updated CEF to 113.3.1
17+
- Updated copyright year
18+
- Updated embedded pages project
19+
720
## [2.0.1] - 2022-11-08
821

922
### Changed

src/Packages/UnityWebBrowser.Engine.Cef.Linux-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
1414
"unity": "2021.2",
1515
"dependencies": {
16-
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-113.3.1",
16+
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.2-113.3.1",
1717
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
1818
},
1919
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
2020
"description": "CEF Engine for Unity Web Browser (Linux x64)",
2121
"displayName": "Unity Web Browser CEF Engine (Linux x64)",
22-
"version": "2.0.1-113.3.1"
22+
"version": "2.0.2-113.3.1"
2323
}

src/Packages/UnityWebBrowser.Engine.Cef.Win-x64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
1414
"unity": "2021.2",
1515
"dependencies": {
16-
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-113.3.1"
16+
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.2-113.3.1"
1717
},
1818
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
1919
"description": "CEF Engine for Unity Web Browser (Windows x64)",
2020
"displayName": "Unity Web Browser CEF Engine (Windows x64)",
21-
"version": "2.0.1-113.3.1"
21+
"version": "2.0.2-113.3.1"
2222
}

src/Packages/UnityWebBrowser.Engine.Cef/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"changelogUrl": "https://projects.voltstro.dev/UnityWebBrowser/changelog/",
44
"description": "CEF Engine for Unity Web Browser",
55
"documentationUrl": "https://projects.voltstro.dev/UnityWebBrowser/",
6-
"version": "2.0.1-113.3.1",
6+
"version": "2.0.2-113.3.1",
77
"author": {
88
"email": "me@voltstro.dev",
99
"url": "https://voltstro.dev",
1010
"name": "Voltstro"
1111
},
1212
"unity": "2021.3",
1313
"dependencies": {
14-
"dev.voltstro.unitywebbrowser": "2.0.0"
14+
"dev.voltstro.unitywebbrowser": "2.0.2"
1515
},
1616
"licensesUrl": "https://github.com/Voltstro-Studios/UnityWebBrowser/blob/master/LICENSE.md",
1717
"repository": {

src/Packages/UnityWebBrowser/Runtime/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
// You can specify all the values or you can default the Build and Revision Numbers
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
37-
[assembly: AssemblyVersion("2.0.1")]
38-
[assembly: AssemblyFileVersion("2.0.1")]
37+
[assembly: AssemblyVersion("2.0.2")]
38+
[assembly: AssemblyFileVersion("2.0.2")]
3939

4040
[assembly: InternalsVisibleTo("VoltstroStudios.UnityWebBrowser.Prj")]
4141
[assembly: InternalsVisibleTo("VoltstroStudios.UnityWebBrowser.Editor")]

src/Packages/UnityWebBrowser/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": "2.0.1",
4+
"version": "2.0.2",
55
"unity": "2021.3",
66
"description": "Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.",
77
"author": {

src/UnityWebBrowser.Engine.Cef/UnityWebBrowser.Engine.Cef.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ApplicationIcon>chromium-logo.ico</ApplicationIcon>
1111
<Description>External process to handel rendering with CEF</Description>
1212
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
13-
<Version>2.0.1-113.3.1</Version>
13+
<Version>2.0.2-113.3.1</Version>
1414
<DefineConstants>BROWSER_PROCESS</DefineConstants>
1515
</PropertyGroup>
1616

src/UnityWebBrowser.UnityProject/Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,15 @@
175175
"depth": 0,
176176
"source": "local",
177177
"dependencies": {
178-
"dev.voltstro.unitywebbrowser": "2.0.0"
178+
"dev.voltstro.unitywebbrowser": "2.0.2"
179179
}
180180
},
181181
"dev.voltstro.unitywebbrowser.engine.cef.linux.x64": {
182182
"version": "file:../../Packages/UnityWebBrowser.Engine.Cef.Linux-x64",
183183
"depth": 0,
184184
"source": "local",
185185
"dependencies": {
186-
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-113.3.1",
186+
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.2-113.3.1",
187187
"dev.voltstro.unitywebbrowser.unix-support": "1.0.0"
188188
}
189189
},
@@ -201,7 +201,7 @@
201201
"depth": 0,
202202
"source": "local",
203203
"dependencies": {
204-
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.1-113.3.1"
204+
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.2-113.3.1"
205205
}
206206
},
207207
"dev.voltstro.unitywebbrowser.unix-support": {

0 commit comments

Comments
 (0)