Skip to content

Commit

Permalink
Update version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jul 6, 2024
1 parent ef30d96 commit 77d9126
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yerpc",
"type": "module",
"version": "0.6.0",
"version": "0.6.1",
"author": "Franz Heinzmann <Frando>",
"license": "MIT OR Apache-2.0",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion yerpc-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yerpc_derive"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
description = "Proc macros for yerpc"
license = "Apache-2.0/MIT"
Expand Down
2 changes: 1 addition & 1 deletion yerpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yerpc"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
license = "Apache-2.0/MIT"
repository = "https://github.com/deltachat/yerpc"
Expand Down

0 comments on commit 77d9126

Please sign in to comment.