Skip to content

Commit

Permalink
[release] 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Feb 15, 2023
1 parent f1f503f commit 17dd7d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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-2023")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.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.1.1");
Console.WriteLine("cito 2.1.2");
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.1.1</Version>
<Version>2.1.2</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/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.1.1
VERSION = 2.1.2

run: ci-$(VERSION).vsix
'$(LOCALAPPDATA)\Programs\Microsoft VS Code\bin\code' --extensionDevelopmentPath=$(abspath .)
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.1.1",
"version": "2.1.2",
"publisher": "pfusik",
"license": "MIT",
"displayName": "Ć",
Expand Down

0 comments on commit 17dd7d8

Please sign in to comment.