Skip to content

Commit 93f5794

Browse files
committed
release: 4.0.0-beta.0
1 parent 15601d4 commit 93f5794

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.0.0-beta.0
44

55
### Breaking Changes
66

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>3.2.3</Version>
3+
<Version>4.0.0-beta.0</Version>
44
<LangVersion>12</LangVersion>
55
<Nullable>enable</Nullable>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
2323
https://github.com/getsentry/unity.git
2424
```
2525

26-
To use this specific version of the SDK, append `#3.2.3` to the URL, but note that this will stop Unity from suggesting version updates automatically.
26+
To use this specific version of the SDK, append `#4.0.0-beta.0` to the URL, but note that this will stop Unity from suggesting version updates automatically.
2727

2828
## Documentation
2929

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
2222
https://github.com/getsentry/unity.git
2323
```
2424

25-
To use this specific version of the SDK, append `#3.2.3` to the URL.
25+
To use this specific version of the SDK, append `#4.0.0-beta.0` to the URL.
2626

2727

2828
## Source code

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "3.2.3",
3+
"version": "4.0.0-beta.0",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)