Skip to content

Commit bdf1c63

Browse files
committed
Version update
1 parent 58b15a4 commit bdf1c63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "Backtrace-unity",
2+
"name": "com.backtrace.unity",
33
"displayName": "Backtrace-Unity",
4-
"version": "2.0.5-alpha",
4+
"version": "2.0.5",
55
"unity": "2017.1",
66
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
77
"keywords": [

src/Model/BacktraceData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ private void SetReportInformation()
194194
LangVersion = "Mono";
195195
#endif
196196

197-
AgentVersion = "2.0.5-alpha";
197+
AgentVersion = "2.0.5";
198198
Classifier = Report.ExceptionTypeReport ? new[] { Report.Classifier } : null;
199199
}
200200
}

0 commit comments

Comments
 (0)