Skip to content

Commit c60efb4

Browse files
committed
fix version numbers
1 parent 2872943 commit c60efb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

JsonApiDotNetCore/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.3-beta-*",
2+
"version": "0.1.4-beta-*",
33
"packOptions": {
44
"summary": "Complete JSONAPI Middleware, Routing, and Controller package for .Net Core",
55
"tags": [

JsonApiDotNetCoreExample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"Microsoft.Extensions.Logging.Console": "1.0.0",
1212
"Microsoft.Extensions.Logging.Debug": "1.0.0",
1313
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
14-
"JsonApiDotNetCore": "0.1.3-beta-*",
14+
"JsonApiDotNetCore": "0.1.4-beta-*",
1515
"Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0",
1616
"Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final"
1717
},

JsonApiDotNetCoreTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"testRunner": "xunit",
33
"dependencies": {
4-
"JsonApiDotNetCore": "0.1.3-beta-*",
4+
"JsonApiDotNetCore": "0.1.4-beta-*",
55
"dotnet-test-xunit": "2.2.0-preview2-build1029",
66
"xunit": "2.2.0-beta2-build3300",
77
"moq": "4.6.38-alpha"

0 commit comments

Comments
 (0)