Skip to content

Commit

Permalink
release: 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed May 20, 2021
1 parent 4f589b0 commit cf7ed84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.0.14

- il2cpp remove zeroes from path ([#179](https://github.com/getsentry/sentry-unity/pull/179))
- Flag simulator based on Application.isEditor ([#184](https://github.com/getsentry/sentry-unity/pull/184))
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>0.0.13</Version>
<Version>0.0.14</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<UnityVersion>2019.4.21f1</UnityVersion>
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.sentry.unity",
"version": "0.0.13",
"version": "0.0.14",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
Expand Down

0 comments on commit cf7ed84

Please sign in to comment.