Skip to content

Commit 407a2dd

Browse files
Merge pull request #84 from snowplow/release/0.8.1
Release/0.8.1
2 parents a278af4 + 4203766 commit 407a2dd

File tree

10 files changed

+10
-6
lines changed

10 files changed

+10
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.8.1 (2024-07-04)
2+
--------------------------
3+
Upgrade LiteDB dependency to version 5.0.20
4+
15
Version 0.8.0 (2023-06-16)
26
--------------------------
37
Rename Unstructured event type to SelfDescribing (#62)
18.5 KB
Binary file not shown.
Binary file not shown.

SnowplowTracker.Demo/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ PlayerSettings:
133133
vulkanEnableLateAcquireNextImage: 0
134134
vulkanEnableCommandBufferRecycling: 1
135135
loadStoreDebugModeEnabled: 0
136-
bundleVersion: 0.8.0
136+
bundleVersion: 0.8.1
137137
preloadedAssets: []
138138
metroInputSource: 0
139139
wsaTransparentSwapchain: 0
18.5 KB
Binary file not shown.
Binary file not shown.

SnowplowTracker/SnowplowTracker.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Global
1616
EndGlobalSection
1717
GlobalSection(MonoDevelopProperties) = preSolution
1818
description = Add analytics to your Unity Applications and Games with the Snowplow event tracker for Unity 2018.1+.
19-
version = 0.8.0
19+
version = 0.8.1
2020
EndGlobalSection
2121
EndGlobal

SnowplowTracker/SnowplowTracker/SnowplowTracker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
6-
<ReleaseVersion>0.8.0</ReleaseVersion>
6+
<ReleaseVersion>0.8.1</ReleaseVersion>
77
</PropertyGroup>
88

99
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -51,6 +51,6 @@
5151
</Reference>
5252
</ItemGroup>
5353
<ItemGroup>
54-
<PackageReference Include="LiteDB" Version="5.0.13" />
54+
<PackageReference Include="LiteDB" Version="5.0.20" />
5555
</ItemGroup>
5656
</Project>

SnowplowTracker/SnowplowTracker/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
namespace SnowplowTracker {
2020
public class Version {
21-
public static string VERSION = "unity-0.8.0";
21+
public static string VERSION = "unity-0.8.1";
2222
}
2323
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.0
1+
0.8.1

0 commit comments

Comments
 (0)