Skip to content

Commit

Permalink
release(0.3.2): Added release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arendvw committed Apr 20, 2020
1 parent 01ff9db commit 17721a0
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ClipperComponents/ClipperAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ClipperAssemblyInfo : GH_AssemblyInfo

public override string Name => "Clipper";

public override string Version => "0.3.1";
public override string Version => "0.3.2";

public override Guid Id => new Guid("{43334b3c-4a74-7648-6ecd-38dfdf4ec67f}");

Expand Down
4 changes: 2 additions & 2 deletions ClipperComponents/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 Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2")]
[assembly: AssemblyFileVersion("0.3.2")]
4 changes: 2 additions & 2 deletions ClipperPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2")]
[assembly: AssemblyFileVersion("0.3.2")]
4 changes: 2 additions & 2 deletions ClipperTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
[assembly: AssemblyVersion("0.3.2")]
[assembly: AssemblyFileVersion("0.3.2")]
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Clipper
version: 0.3.1
version: 0.3.2
authors:
- Arend van Waart
description: Clipper offers reliable polygon offsets and boolean operations for Rhino and Grasshopper
Expand Down
Binary file removed output/Clipper-0.3.1.macrhi
Binary file not shown.
Binary file removed output/Clipper-0.3.1.rhi
Binary file not shown.
Binary file removed output/Clipper-0.3.1.zip
Binary file not shown.
Binary file added output/Clipper-0.3.2.macrhi
Binary file not shown.
Binary file added output/Clipper-0.3.2.rhi
Binary file not shown.
Binary file added output/Clipper-0.3.2.zip
Binary file not shown.
Binary file removed output/clipper-0.3.1.yak
Binary file not shown.
Binary file added output/clipper-0.3.2.yak
Binary file not shown.

0 comments on commit 17721a0

Please sign in to comment.