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