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 b1890a7 commit 5fd0918Copy full SHA for 5fd0918
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.0.7
4
5
### Features
6
package/package.json
{
"name": "io.sentry.unity",
- "version": "0.0.6",
+ "version": "0.0.7",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
src/Directory.Build.props
<Project>
<PropertyGroup>
- <Version>0.0.6</Version>
+ <Version>0.0.7</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<UnityVersion>2019.4.21f1</UnityVersion>
0 commit comments