Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 1dfe42d

Browse files
committed
1.0.2
1 parent b7150f0 commit 1dfe42d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It supports any platform that you can target with Unity.
2121
Open the package manager, click the + icon, and add git url.
2222

2323
```
24-
https://github.com/getsentry/sentry-unity-lite.git#1.0.1
24+
https://github.com/getsentry/sentry-unity-lite.git#1.0.2
2525
```
2626

2727
#### Through unitypackage

Runtime/Sentry.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public class App
265265
public class SdkVersion
266266
{
267267
public string name = "sentry.unity.lite";
268-
public string version = "1.0.1";
268+
public string version = "1.0.2";
269269
}
270270

271271
[Serializable]

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.sentry-unity-lite",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"displayName": "Sentry Unity Lite",
55
"description": "Sentry SDK for Unity",
66
"unity": "2018.1",

0 commit comments

Comments
 (0)