Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Oct 1, 2022
1 parent 6b0c036 commit 70dcd2c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "rspc"
description = "A blazing fast and easy to use TRPC server for Rust."
version = "0.1.1"
version = "0.1.2"
authors = ["Oscar Beaumont <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
@@ -1,6 +1,6 @@
{
"name": "@rspc/client",
"version": "0.1.1",
"version": "0.1.2",
"description": "A blazing fast and easy to use TRPC-like server for Rust.",
"keywords": [],
"author": "Oscar Beaumont",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@rspc/react",
"version": "0.1.1",
"version": "0.1.2",
"description": "A blazing fast and easy to use TRPC-like server for Rust.",
"keywords": [],
"author": "Oscar Beaumont",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@rspc/solid",
"version": "0.1.1",
"version": "0.1.2",
"description": "A blazing fast and easy to use TRPC-like server for Rust.",
"keywords": [],
"author": "Oscar Beaumont",
Expand Down
2 changes: 1 addition & 1 deletion packages/tauri/package.json
@@ -1,6 +1,6 @@
{
"name": "@rspc/tauri",
"version": "0.1.1",
"version": "0.1.2",
"description": "A blazing fast and easy to use TRPC-like server for Rust.",
"keywords": [],
"author": "Oscar Beaumont",
Expand Down

0 comments on commit 70dcd2c

Please sign in to comment.