Skip to content

Commit ee518eb

Browse files
committed
Prepare for 0.6.2 release
1 parent 4bcd5bd commit ee518eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yerpc",
33
"type": "module",
4-
"version": "0.6.1",
4+
"version": "0.6.2",
55
"author": "Franz Heinzmann <Frando>",
66
"license": "MIT OR Apache-2.0",
77
"main": "./dist/index.js",

yerpc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yerpc_derive"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2018"
55
description = "Proc macros for yerpc"
66
license = "Apache-2.0/MIT"

yerpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yerpc"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license = "Apache-2.0/MIT"
66
repository = "https://github.com/deltachat/yerpc"

0 commit comments

Comments
 (0)