Skip to content

Commit

Permalink
[release] 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Dec 30, 2022
1 parent c92e469 commit d19f263
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
[assembly: AssemblyProduct("Ci Programming Language")]
[assembly: AssemblyCopyright("Copyright © Piotr Fusik 2011-2022")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
2 changes: 1 addition & 1 deletion CiTo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static int Main(string[] args)
Usage();
return 0;
case "--version":
Console.WriteLine("cito 2.0.0");
Console.WriteLine("cito 2.1.0");
return 0;
case "-l":
lang = args[++i];
Expand Down
2 changes: 1 addition & 1 deletion cito.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<Description>Transpiles the Ć programming language to C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C.</Description>
<PackageTags>Programming Language;Transpiler</PackageTags>
<PackageProjectUrl>https://github.com/pfusik/cito</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci",
"version": "2.0.0",
"version": "2.1.0",
"publisher": "pfusik",
"license": "MIT",
"displayName": "Ć",
Expand Down

0 comments on commit d19f263

Please sign in to comment.