Skip to content

Commit

Permalink
Merge pull request #524 from amaitland/prep/3302
Browse files Browse the repository at this point in the history
Update version to 33.0.2
  • Loading branch information
jornh committed Oct 22, 2014
2 parents ec600b8 + 4a8e65b commit e63d590
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CefSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ public static class AssemblyInfo
public const bool ComVisible = false;
public const string AssemblyCompany = "The CefSharp Authors";
public const string AssemblyProduct = "CefSharp";
public const string AssemblyVersion = "33.0.1";
public const string AssemblyFileVersion = "33.0.1";
public const string AssemblyVersion = "33.0.2";
public const string AssemblyFileVersion = "33.0.2";
public const string AssemblyCopyright = "Copyright © The CefSharp Authors 2010-2014";
public const string CefSharpCoreProject = "CefSharp.Core, PublicKey=" + PublicKey;
public const string CefSharpBrowserSubprocessProject = "CefSharp.BrowserSubprocess, PublicKey=" + PublicKey;
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param(
[Parameter(Position = 0)]
[string] $Target = "nupkg",
[Parameter(Position = 1)]
[string] $Version = "33.0.1"
[string] $Version = "33.0.2"
)

$WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
Expand Down

0 comments on commit e63d590

Please sign in to comment.