Skip to content

Commit ddcf251

Browse files
committed
release: 0.9.2
1 parent 8be593f commit ddcf251

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.9.2
44

55
### Features
66

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.9.1</Version>
4+
<Version>0.9.2</Version>
55
<LangVersion>9</LangVersion>
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sentry SDK for Unity
1717

1818
Install it via `UPM`:
1919
```
20-
https://github.com/getsentry/unity.git#0.9.1
20+
https://github.com/getsentry/unity.git#0.9.2
2121
```
2222

2323
## Documentation

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the UPM package for the Sentry SDK for Unity.
1212

1313
Install it via `UPM`:
1414
```
15-
https://github.com/getsentry/unity.git#0.9.1
15+
https://github.com/getsentry/unity.git#0.9.2
1616
```
1717

1818
## Source code

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.9.1",
3+
"version": "0.9.2",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)