Skip to content

Commit e312c74

Browse files
committed
Update version to 1.4.0
1 parent a5806a5 commit e312c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mParticle.Sdk/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class Configuration : IReadableConfiguration
2121
/// Version of the package.
2222
/// </summary>
2323
/// <value>Version of the package.</value>
24-
public const string Version = "1.3.0";
24+
public const string Version = "1.4.0";
2525

2626
/// <summary>
2727
/// Identifier for ISO 8601 DateTime Format

src/mParticle.Sdk/mParticle.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Owner>MParticle</Owner>
1111
<Description>MParticle Dotnet SDK</Description>
1212
<RootNamespace>mParticle</RootNamespace>
13-
<Version>1.3.0</Version>
13+
<Version>1.4.0</Version>
1414
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\mParticle.xml</DocumentationFile>
1515
<RepositoryUrl>https://github.com/mParticle/dotnet-sdk</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)