Skip to content

Commit 6c666a4

Browse files
committed
release: 0.0.8
1 parent d2a79e0 commit 6c666a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.0.8
44

55
### Fixes
66

77
- Bump sentry-dotnet to 8ca0906 - fix IL2CPP crash (#122)
8-
- IL2CPP players crash due to startup time detection (#123)
8+
- IL2CPP players crash due to startup time detection (#123)
99

1010
## 0.0.7
1111

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.0.7</Version>
3+
<Version>0.0.8</Version>
44
<LangVersion>9</LangVersion>
55
<Nullable>enable</Nullable>
66
<UnityVersion>2019.4.21f1</UnityVersion>

0 commit comments

Comments
 (0)