Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
olichwiruk committed Jul 3, 2024
1 parent 1364459 commit ca3fa0c
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We have distilled the most crucial license specifics to make your adoption seaml
### Rust
```
[dependencies]
oca_conductor = "0.2.12"
oca_conductor = "0.2.13"
```
### Typescript and JavaScript (Node.JS based)

Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oca-conductor-node"
version = "0.2.12"
version = "0.2.13"
edition = "2021"
exclude = ["*.node"]

Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/pkg/transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oca-data-transformer",
"version": "0.2.12",
"version": "0.2.13",
"description": "Node bindings to oca-conductor transformer (Rust)",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion bindings/node.js/pkg/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oca-data-validator",
"version": "0.2.12",
"version": "0.2.13",
"description": "Node bindings to oca-conductor validator (Rust)",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion conductor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oca_conductor"
description = "Lib for validating or tranforming data captured with OCA"
version = "0.2.12"
version = "0.2.13"
edition = "2021"
license = "EUPL-1.2"

Expand Down
2 changes: 1 addition & 1 deletion zip_resolver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "oca_zip_resolver"
description = "Lib for resolving OCA Bundle from zip file to OCA struct"
version = "0.2.12"
version = "0.2.13"
edition = "2021"
license = "EUPL-1.2"

Expand Down

0 comments on commit ca3fa0c

Please sign in to comment.