Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Oct 13, 2024
1 parent d1278fd commit eb99fe6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/grasshopper_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Grasshopper Plugin Build and Deploy

on:
push:
branches:
- main
tags:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion archicad-addon/Sources/AddOnVersion.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define ADDON_VERSION "1.1.0"
#define ADDON_VERSION "1.1.1"
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<PropertyGroup>
<!-- Specifies information for Assembly and Yak -->
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<Title>Tapir</Title>
<Company>Enzyme APD</Company>
<Description>Grasshopper components to access Archicad via JSON interface.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public class TapirGrasshopperPluginInfo : GH_AssemblyInfo
public override string AuthorContact => "https://github.com/ENZYME-APD/tapir-archicad-automation";

//Return a string representing the version. This returns the same version as the assembly.
public override string AssemblyVersion => "1.1.0";
public override string AssemblyVersion => "1.1.1";
}
}
2 changes: 1 addition & 1 deletion grasshopper-plugin/YakPackage/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tapir
version: 1.1.0
version: 1.1.1
authors:
- Enzyme APD
description: Grasshopper components to access Archicad via JSON interface.
Expand Down
2 changes: 1 addition & 1 deletion tools/package_info.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "1.1.0"
"version" : "1.1.1"
}

0 comments on commit eb99fe6

Please sign in to comment.