summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <fox@scene.pl>2022-12-30 10:59:12 +0100
committerPiotr Fusik <fox@scene.pl>2022-12-30 10:59:12 +0100
commitd19f263b96b051c79fa9f28508cb7e8857cfe9f6 (patch)
treeb84daae65945c11874fab9541095a5f2fd9f54f1
parentc92e4697dedbeeade8097fe2ee448b0dfe1f87a1 (diff)
[release] 2.1.0.cito-2.1.0
-rw-r--r--AssemblyInfo.cs4
-rw-r--r--CiTo.cs2
-rw-r--r--cito.csproj2
-rw-r--r--editors/vscode/package.json2
4 files changed, 5 insertions, 5 deletions
diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs
index e5e100b..22bf680 100644
--- a/AssemblyInfo.cs
+++ b/AssemblyInfo.cs
@@ -5,5 +5,5 @@ using System.Runtime.InteropServices;
[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")]
diff --git a/CiTo.cs b/CiTo.cs
index c25ec0e..898f2a7 100644
--- a/CiTo.cs
+++ b/CiTo.cs
@@ -109,7 +109,7 @@ public static class CiTo
Usage();
return 0;
case "--version":
- Console.WriteLine("cito 2.0.0");
+ Console.WriteLine("cito 2.1.0");
return 0;
case "-l":
lang = args[++i];
diff --git a/cito.csproj b/cito.csproj
index c56fb98..2f5e38f 100644
--- a/cito.csproj
+++ b/cito.csproj
@@ -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>
diff --git a/editors/vscode/package.json b/editors/vscode/package.json
index 998f37f..5bc9228 100644
--- a/editors/vscode/package.json
+++ b/editors/vscode/package.json
@@ -1,6 +1,6 @@
{
"name": "ci",
- "version": "2.0.0",
+ "version": "2.1.0",
"publisher": "pfusik",
"license": "MIT",
"displayName": "Ć",