Skip to content

Commit

Permalink
Bumped version number to 1.4.0
Browse files Browse the repository at this point in the history
* Spark reference implementation is bumped to 14.10.0
  • Loading branch information
kennethmyhra committed Apr 28, 2020
1 parent 839cc5d commit c38a889
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Spark.Engine/Spark.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<PackageId>Spark.Engine.DSTU2</PackageId>
<Version>1.4.0-beta01</Version>
<Version>1.4.0</Version>
<Copyright>Copyright © Firely 2014, © Kufu 2018</Copyright>
<Company>Firely and Kufu</Company>
<Authors>Firely, Kufu and contributors</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark.Mongo/Spark.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Spark.Mongo.DSTU2</PackageId>
<Version>1.4.0-beta01</Version>
<Version>1.4.0</Version>
<Copyright>Copyright © Firely 2014, © Kufu 2018</Copyright>
<Company>Kufu</Company>
<Authors>Firely, Kufu and contributors</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/Spark/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("14.9.0.0")]
[assembly: AssemblyVersion("14.10.0.0")]

0 comments on commit c38a889

Please sign in to comment.