diff --git a/packages/construct/README.md b/packages/construct/README.md
index fc0c11f..cf1cc7b 100644
--- a/packages/construct/README.md
+++ b/packages/construct/README.md
@@ -1,8 +1,13 @@
# Turborepo Remote Cache API Construct
-![GitHub License](https://img.shields.io/github/license/aryasaatvik/turbo-remote-cache-aws)
-![Version](https://img.shields.io/badge/version-0.3.0-blue)
-![Downloads](https://img.shields.io/npm/dt/turbo-remote-cache-construct)
+
+
+ ![GitHub License](https://img.shields.io/github/license/aryasaatvik/turbo-remote-cache-aws)
+ ![Version](https://img.shields.io/badge/version-1.0.0-blue)
+ ![Downloads](https://img.shields.io/npm/dt/turbo-remote-cache-construct)
+ ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
+
+
An AWS CDK construct for easily deploying a Turborepo Remote Cache API infrastructure. This project implements a Remote Cache API for Turborepo using AWS services. It provides a scalable and efficient solution for storing and retrieving build artifacts in a distributed development environment.
diff --git a/packages/construct/package.json b/packages/construct/package.json
index c80b6a0..9baa79c 100644
--- a/packages/construct/package.json
+++ b/packages/construct/package.json
@@ -1,6 +1,6 @@
{
"name": "turbo-remote-cache-construct",
- "version": "0.3.0",
+ "version": "1.0.0",
"description": "A Turborepo Remote Cache implementation using AWS API Gateway, Lambda, S3, and DynamoDB.",
"author": "Saatvik Arya ",
"homepage": "https://github.com/aryasaatvik/turbo-remote-cache-aws/tree/main/packages/construct#readme",