Skip to content

Commit

Permalink
Release: 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arendvw committed Dec 2, 2022
1 parent e0fe29e commit bc84a41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions VoxelGeometry/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// 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("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.3")]
[assembly: AssemblyFileVersion("1.0.3")]
[assembly: InternalsVisibleTo("VoxelTools")]
4 changes: 2 additions & 2 deletions VoxelTools/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
//
// 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.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.3")]
[assembly: AssemblyFileVersion("1.0.3")]
[assembly: InternalsVisibleTo("Grasshopper")]
2 changes: 1 addition & 1 deletion VoxelTools/VoxelToolsInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class VoxelToolsInfo : GH_AssemblyInfo

public override Guid Id => new Guid("43b6cb74-76cb-4047-96fc-e10aea638d3a");

public override string Version => "1.0.1";
public override string Version => "1.0.3";

public override GH_LibraryLicense AssemblyLicense => GH_LibraryLicense.opensource;

Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: VoxelTools
version: 1.0.1
version: 1.0.3
authors:
- Arend van Waart
description: Allows usage of Voxel Geometry in Grasshopper
Expand Down

0 comments on commit bc84a41

Please sign in to comment.