Skip to content

Commit d37e77d

Browse files
authored
0.11.2
1 parent 5c263c0 commit d37e77d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

csharp/Link.Foundation.Links.Notation/Link.Foundation.Links.Notation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Description>Link.Foundation's Platform.Protocols.Lino Class Library</Description>
55
<Copyright>Konstantin Diachenko</Copyright>
66
<AssemblyTitle>Link.Foundation.Links.Notation</AssemblyTitle>
7-
<VersionPrefix>0.11.1</VersionPrefix>
7+
<VersionPrefix>0.11.2</VersionPrefix>
88
<Authors>Konstantin Diachenko</Authors>
99
<TargetFramework>net8</TargetFramework>
1010
<PackageId>Link.Foundation.Links.Notation</PackageId>

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "links-notation",
3-
"version": "0.11.0",
3+
"version": "0.11.2",
44
"description": "Links Notation parser for JavaScript",
55
"main": "dist/index.js",
66
"type": "module",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "links-notation"
7-
version = "0.11.0"
7+
version = "0.11.2"
88
description = "Python implementation of the Links Notation parser"
99
readme = "README.md"
1010
license = {text = "Unlicense"}

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "links-notation"
3-
version = "0.11.0"
3+
version = "0.11.2"
44
edition = "2021"
55
description = "Rust implementation of the Links Notation parser"
66
license = "Unlicense"

0 commit comments

Comments
 (0)