diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs index e5e100ba..22bf6804 100644 --- a/AssemblyInfo.cs +++ b/AssemblyInfo.cs @@ -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")] diff --git a/CiTo.cs b/CiTo.cs index c25ec0e8..898f2a76 100644 --- a/CiTo.cs +++ b/CiTo.cs @@ -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]; diff --git a/cito.csproj b/cito.csproj index c56fb982..2f5e38fc 100644 --- a/cito.csproj +++ b/cito.csproj @@ -1,7 +1,7 @@  - 2.0.0 + 2.1.0 Transpiles the Ć programming language to C, C++, C#, Java, JavaScript, Python, Swift, TypeScript and OpenCL C. Programming Language;Transpiler https://github.com/pfusik/cito diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 998f37f2..5bc9228f 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": "Ć",