Skip to content

Commit

Permalink
ci: bump version to 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbesler committed May 15, 2024
1 parent d1d4e9b commit 01aa302
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .Zeugwerk/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Struckig",
"plcs": [
{
"version": "0.10.0.0",
"version": "0.12.2.0",
"name": "Struckig",
"type": "Library"
}
Expand Down
2 changes: 1 addition & 1 deletion Struckig/Struckig/Struckig/Struckig.plcproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<LibraryReferences>{f4bffdbd-5758-46b1-8be5-022517971003}</LibraryReferences>
<Released>false</Released>
<Title>Struckig</Title>
<ProjectVersion>0.10.0.0</ProjectVersion>
<ProjectVersion>0.12.2.0</ProjectVersion>
<DefaultNamespace>Struckig</DefaultNamespace>
<Author>Stefan Besler and contributers</Author>
<Company>Stefan Besler</Company>
Expand Down
4 changes: 2 additions & 2 deletions tests/.Zeugwerk/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"name": "Struckig_unittest",
"plcs": [
{
"version": "0.10.0.0",
"version": "0.12.2.0",
"name": "Struckig_unittest",
"type": "Application",
"frameworks": {},
"references": {
"*": [
"Struckig=0.10.0.0",
"Struckig=0.12.2.0",
"Tc2_System=*",
"Tc3_Module=*",
"TcUnit=*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Implicit_KindOfTask>{23a670f4-2417-4917-907e-f416baaaec8d}</Implicit_KindOfTask>
<Implicit_Jitter_Distribution>{58f48993-e77e-4536-bff7-b0d34be7acb8}</Implicit_Jitter_Distribution>
<LibraryReferences>{604fede9-7b95-4a71-aceb-a9436682d543}</LibraryReferences>
<ProjectVersion>0.10.0.0</ProjectVersion>
<ProjectVersion>0.12.2.0</ProjectVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="PlcTask.TcTTO">
Expand Down Expand Up @@ -129,7 +129,7 @@
</ItemGroup>
<ItemGroup>
<PlaceholderReference Include="Struckig">
<DefaultResolution>Struckig, 0.10.0.0 (Stefan Besler)</DefaultResolution>
<DefaultResolution>Struckig, 0.12.2.0 (Stefan Besler)</DefaultResolution>
<Namespace>Struckig</Namespace>
</PlaceholderReference>
<PlaceholderReference Include="Tc2_System">
Expand Down

0 comments on commit 01aa302

Please sign in to comment.