Skip to content

Commit

Permalink
Update version to 12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Apr 22, 2019
1 parent cc2ef36 commit 4ab34b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/build.ps1
Expand Up @@ -2,7 +2,7 @@
$zipFileName = "Json120r2.zip"
$majorVersion = "12.0"
$majorWithReleaseVersion = "12.0.2"
$nugetPrerelease = "beta1"
$nugetPrerelease = $null
$version = GetVersion $majorWithReleaseVersion
$packageId = "Newtonsoft.Json"
$signAssemblies = $false
Expand Down
2 changes: 1 addition & 1 deletion Build/version.json
@@ -1,5 +1,5 @@
{
"Major": 12,
"Release": 2,
"Prerelease": "beta3"
"Prerelease": null
}

0 comments on commit 4ab34b0

Please sign in to comment.