We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdc412 commit 993a45bCopy full SHA for 993a45b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.0.9
4
5
- UPM meta updated (#124)
6
- Bump dotnet 3.3.4 (#132)
package/package.json
{
"name": "io.sentry.unity",
- "version": "0.0.8",
+ "version": "0.0.9",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
src/Directory.Build.props
<Project>
<PropertyGroup>
- <Version>0.0.8</Version>
+ <Version>0.0.9</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<UnityVersion>2019.4.21f1</UnityVersion>
0 commit comments