From 5dd150f6215908eeb61e06ca311c8c71d0f3d86c Mon Sep 17 00:00:00 2001
From: tami5 <kkharji@protonmail.com>
Date: Thu, 26 May 2022 17:22:50 +0300
Subject: [PATCH] chore(release): 0.1.3

---
 README.md             | 9 ++++++++-
 bsp-server/Cargo.toml | 2 +-
 bsp-types/Cargo.toml  | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fd34493..2c3d2e4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,14 @@
 # Build Server Protocol
 
-State: Working, Unstable, feature releases might break 0.1
+State: Working, Unstable
 [Build Server Protocol](https://build-server-protocol.github.io/docs/specification.html) client, server and type definition in rust.
+## Install 
+
+```
+bsp-server = "0.1.3"
+# OR if you want just types
+bsp-types = "0.1.3"
+```
 
 ## Example 
 
diff --git a/bsp-server/Cargo.toml b/bsp-server/Cargo.toml
index 0c037ae..0d89b7f 100644
--- a/bsp-server/Cargo.toml
+++ b/bsp-server/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "bsp-server"
-version = "0.1.2"
+version = "0.1.3"
 edition = "2021"
 description = "Build Server Protocol (Server)"
 repository = "https://github.com/tami5/build-server-protocol"
diff --git a/bsp-types/Cargo.toml b/bsp-types/Cargo.toml
index 8a7af67..c8c80da 100644
--- a/bsp-types/Cargo.toml
+++ b/bsp-types/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "bsp-types"
-version = "0.1.2"
+version = "0.1.3"
 edition = "2021"
 description = "Build Server Protocol Types"
 repository = "https://github.com/tami5/build-server-protocol"