Skip to content

Commit

Permalink
Merge release/0.0.10 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored May 6, 2021
2 parents 02c526f + 8c868c1 commit c5e1a2f
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.10

- Add missing meta files (cd9c7fd)

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.9",
"version": "0.0.10",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>

<PropertyGroup>
<Version>0.0.9</Version>
<Version>0.0.10</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<UnityVersion>2019.4.21f1</UnityVersion>
Expand Down

0 comments on commit c5e1a2f

Please sign in to comment.