Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Jun 29, 2021
1 parent b1b1f5d commit b27020e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1

- No documented changes.

## 0.3.0

### Features
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.3.0</Version>
<Version>0.3.1</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Sentry SDK for Unity

Install it via `UPM`:
```
https://github.com/getsentry/unity.git#0.3.0
https://github.com/getsentry/unity.git#0.3.1
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the UPM package for the Sentry SDK for Unity.

Install it via `UPM`:
```
https://github.com/getsentry/unity.git#0.3.0
https://github.com/getsentry/unity.git#0.3.1
```

## Source code
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.3.0",
"version": "0.3.1",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
Expand Down

0 comments on commit b27020e

Please sign in to comment.