From 7ce0a54b11480542adbca542f54289ae951eaf74 Mon Sep 17 00:00:00 2001 From: Nirmal Scaria <46727865+NirmalScaria@users.noreply.github.com> Date: Mon, 1 Jan 2024 05:32:59 +0530 Subject: [PATCH] [VERSION] Version 1.2.7 --- README.md | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86c15c5..627ef74 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A browser extension that displays the git graph for any GitHub repository. [![Version](https://img.shields.io/badge/License-MIT-yellow)]() -[![Version](https://img.shields.io/badge/Version-1.2.5-yellowgreen)]() +[![Version](https://img.shields.io/badge/Version-1.2.7-yellowgreen)]() [![Version](https://img.shields.io/badge/Chrome_CI/CD-Success-green)]() [![Version](https://img.shields.io/badge/Firefox_CI/CD-Success-green)]() diff --git a/manifest.json b/manifest.json index bd421f7..d53b76b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "version": "1.2.5", + "version": "1.2.7", "name": "Le Git Graph - Commits Graph for GitHub", "description": "A browser extension that displays the git graph for any GitHub repository.", "manifest_version": 3,