Skip to content

Commit

Permalink
Merge pull request #94 from arup-group/release/v0.9-beta
Browse files Browse the repository at this point in the history
v0.9 beta
  • Loading branch information
tlmnrnhrdt authored Sep 8, 2022
2 parents e8b9c2b + f6c30a6 commit 92c884d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release-yak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Push yak file
run: |
curl https://files.mcneel.com/yak/tools/latest/yak.exe -o yak.exe
ls *.yak |% {.\yak push $_.FullName}
#ls *.yak |% {.\yak push $_.FullName}
2 changes: 1 addition & 1 deletion ComposGH/ComposGHInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public class ComposGHInfo : GH_AssemblyInfo
public const string Company = "Oasys";
public const string Copyright = "Copyright © Oasys 1985 - 2022";
public const string Contact = "https://www.oasys-software.com/";
public const string Vers = "0.0.3";
public const string Vers = "0.9.0";
public static bool isBeta = true;
public static string Disclaimer = PluginName + " is pre-release and under active development, including further testing to be undertaken. It is provided \"as-is\" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using " + PluginName + " should not be relied upon without thorough and independent checking.";
public const string ProductName = "Compos";
Expand Down

0 comments on commit 92c884d

Please sign in to comment.